Skip to content

Commit

Permalink
sleep before downloading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 24, 2024
1 parent ba40360 commit 4702361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/post-test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
report-coverage:
runs-on: ubuntu-latest
steps:
- name: 'Wait for artifact to upload'
run: sleep 30
- name: 'Download artifact'
uses: actions/github-script@v6
with:
Expand Down

0 comments on commit 4702361

Please sign in to comment.