diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4e0d17b3..5f915841 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -44,7 +44,7 @@ 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 @@ -52,7 +52,7 @@ jobs: - 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 diff --git a/.github/workflows/release-vscode.yml b/.github/workflows/release-vscode.yml index 6486f0f0..4cfec747 100644 --- a/.github/workflows/release-vscode.yml +++ b/.github/workflows/release-vscode.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a498f1b2..f0baca7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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