Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
zyma98 committed Jun 22, 2024
1 parent 3f35d5f commit 2e492c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mailbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4

- name: Emit ground truth output
run: echo > truth.txt
run: touch truth.txt
shell: bash

- name: Run test notify_in_advance
Expand All @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v4

- name: Emit ground truth output
run: echo > truth.txt
run: touch truth.txt
shell: bash

- name: Run test task_not_timeout
Expand All @@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@v4

- name: Emit ground truth output
run: echo > truth.txt
run: touch truth.txt
shell: bash

- name: Run test task_timeout
Expand Down

0 comments on commit 2e492c4

Please sign in to comment.