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 39a2ae1 commit f26ce88
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/mailbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
notify_by_task:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Emit ground truth output
run: |
echo "received" >> truth.txt
Expand All @@ -34,6 +37,9 @@ jobs:
notify_in_advance:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Emit ground truth output
run: |
echo "received" >> truth.txt
Expand All @@ -55,6 +61,9 @@ jobs:
task_not_timeout:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Emit ground truth output
run: |
echo "received" >> truth.txt
Expand All @@ -76,6 +85,9 @@ jobs:
task_timeout:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Emit ground truth output
run: |
echo "received" >> truth.txt
Expand Down

0 comments on commit f26ce88

Please sign in to comment.