Skip to content

Commit

Permalink
Update run-cypress-tests action to use Wandalen/wretry.action@v3 for …
Browse files Browse the repository at this point in the history
…improved reliability in test retries
  • Loading branch information
guidomodarelli committed Nov 7, 2024
1 parent 37ce895 commit 128ca85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-cypress-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runs:
shell: bash

- name: Run Cypress Tests with retry
uses: Wandalen/wretry.action@v3.3.0
uses: Wandalen/wretry.action@v3
with:
attempt_limit: 5
attempt_delay: 2000
Expand Down

0 comments on commit 128ca85

Please sign in to comment.