Skip to content

Commit

Permalink
Merge pull request #6265 from kodadot/ci/fix-wretry-version
Browse files Browse the repository at this point in the history
  • Loading branch information
preschian authored Jun 18, 2023
2 parents 4f08163 + a573e19 commit 2e0174e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Run Cypress
timeout-minutes: 10
uses: Wandalen/wretry.action@master
uses: Wandalen/wretry.action@v1.0.42
with:
command: pnpm start:static & pnpm wait-on http://localhost:9090 && MATRIX=${{ matrix.index }} node tests/cypress/e2e-run-tests.js
attempt_limit: 3
Expand Down

0 comments on commit 2e0174e

Please sign in to comment.