Skip to content

Commit 64d1aa8

Browse files
committed
workflows: wait a bit
1 parent ca7fc16 commit 64d1aa8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
needs:
4343
- test
4444
steps:
45+
- name: Wait
46+
run: sleep 60
4547
- name: Checkout
4648
uses: actions/checkout@v2
4749
- name: Test
@@ -57,9 +59,10 @@ jobs:
5759
container:
5860
image: homebrew/brew
5961
needs:
60-
- test
6162
- test-livecheck-formula
6263
steps:
64+
- name: Wait
65+
run: sleep 60
6366
- name: Checkout
6467
uses: actions/checkout@v2
6568
- name: Test

0 commit comments

Comments
 (0)