Skip to content

Commit

Permalink
try a different sleep action #15
Browse files Browse the repository at this point in the history
the previous one gave a warning
  • Loading branch information
stuzart committed Apr 12, 2021
1 parent 6209ee9 commit f25b49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install dependencies
run: bundle install --jobs 4 --retry 3
- name: Wait to give Virtuoso a little extra time
uses: jakejarvis/wait-action@master
uses: juliangruber/sleep-action@v1
with:
time: '3s'
- name: Run tests
Expand Down

0 comments on commit f25b49e

Please # to comment.