-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump nick-fields/retry from 3.0.0 to 3.0.1 (#5466)
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](nick-fields/retry@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2860926
commit 88c6be8
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,7 +128,7 @@ jobs: | |
|
||
- name: yarn install | ||
# Windows is picky sometimes and fails on fetch. Step takes about ~30s | ||
uses: nick-fields/[email protected].0 | ||
uses: nick-fields/[email protected].1 | ||
with: | ||
timeout_minutes: 2 | ||
max_attempts: 3 | ||
|
@@ -179,7 +179,7 @@ jobs: | |
WINDOWS_CERTIFICATE_THUMBPRINT: ${{ secrets.WINDOWS_CERTIFICATE_THUMBPRINT }} | ||
DEBUG: "electron-notarize*" | ||
# TODO: Fix electron-notarize flakes. The logs above should help gather more data on failures | ||
uses: nick-fields/[email protected].0 | ||
uses: nick-fields/[email protected].1 | ||
with: | ||
timeout_minutes: 10 | ||
max_attempts: 3 | ||
|
@@ -240,7 +240,7 @@ jobs: | |
WINDOWS_CERTIFICATE_THUMBPRINT: ${{ secrets.WINDOWS_CERTIFICATE_THUMBPRINT }} | ||
DEBUG: "electron-notarize*" | ||
# TODO: Fix electron-notarize flakes. The logs above should help gather more data on failures | ||
uses: nick-fields/[email protected].0 | ||
uses: nick-fields/[email protected].1 | ||
with: | ||
timeout_minutes: 10 | ||
max_attempts: 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -200,7 +200,7 @@ jobs: | |
- name: Run playwright/electron flow (with retries) | ||
id: retry | ||
if: ${{ !cancelled() && (success() || failure()) }} | ||
uses: nick-fields/[email protected].0 | ||
uses: nick-fields/[email protected].1 | ||
with: | ||
command: .github/ci-cd-scripts/playwright-electron.sh ${{matrix.shardIndex}} ${{matrix.shardTotal}} ${{matrix.os}} | ||
timeout_minutes: 30 | ||
|