Skip to content

Commit

Permalink
workflows: wait a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Jun 30, 2020
1 parent ca7fc16 commit 64d1aa8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
needs:
- test
steps:
- name: Wait
run: sleep 60
- name: Checkout
uses: actions/checkout@v2
- name: Test
Expand All @@ -57,9 +59,10 @@ jobs:
container:
image: homebrew/brew
needs:
- test
- test-livecheck-formula
steps:
- name: Wait
run: sleep 60
- name: Checkout
uses: actions/checkout@v2
- name: Test
Expand Down

0 comments on commit 64d1aa8

Please sign in to comment.