Skip to content

Commit

Permalink
chore(deps): update nick-fields/retry digest to dfb235a (#242) [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent fa62ac4 commit db5c3f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:

- name: Run e2e tests
if: runner.os != 'Linux'
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e
uses: nick-fields/retry@dfb235ae84ed15b9e1a7ce71e611dcc1e300339d
with:
timeout_minutes: 5
max_attempts: 3
command: npm run test:e2e

- name: Run web e2e tests
if: runner.os != 'macOS'
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e
uses: nick-fields/retry@dfb235ae84ed15b9e1a7ce71e611dcc1e300339d
with:
timeout_minutes: 5
max_attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: xvfb-run -a npm run test:e2e

- name: Run web e2e tests
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e
uses: nick-fields/retry@dfb235ae84ed15b9e1a7ce71e611dcc1e300339d
with:
timeout_minutes: 5
max_attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: xvfb-run -a npm run test:e2e

- name: Run web e2e tests
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e
uses: nick-fields/retry@dfb235ae84ed15b9e1a7ce71e611dcc1e300339d
with:
timeout_minutes: 5
max_attempts: 3
Expand Down

0 comments on commit db5c3f0

Please sign in to comment.