Skip to content

Commit

Permalink
Merge pull request #2778 from NomicFoundation/retry-latest-deps-workflow
Browse files Browse the repository at this point in the history
Add retry to latest-dependency-versions workflow
  • Loading branch information
fvictorio committed May 30, 2022
2 parents 6a7f7a4 + 9e3e5d7 commit 5e349fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/LATEST_DEPENDENCY_VERSIONS.yml
Expand Up @@ -25,8 +25,7 @@ jobs:
env:
DO_NOT_SET_THIS_ENV_VAR____IS_HARDHAT_CI: true
FORCE_COLOR: 3
NO_FAST_EXIT: true
run: yarn test
run: yarn test || (echo "===== Retry =====" && yarn test)
- name: Notify failures
if: failure()
uses: slackapi/slack-github-action@v1.18.0
Expand Down

0 comments on commit 5e349fe

Please sign in to comment.