Skip to content

Commit

Permalink
retry 2 times
Browse files Browse the repository at this point in the history
  • Loading branch information
mudhoney committed Jan 16, 2025
1 parent 03a9955 commit d56c998
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 @@ -114,7 +114,7 @@ jobs:
- name: Run Playwright tests
run: |
cd helioviewer.org
npx playwright test --shard=${{matrix.shardIndex}}/${{matrix.shardTotal}} mobile/viewport.spec.ts --retries=0
npx playwright test --shard=${{matrix.shardIndex}}/${{matrix.shardTotal}} mobile/viewport.spec.ts --retries=2
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit d56c998

Please sign in to comment.