Skip to content

Commit

Permalink
Add retry to latest-dependency-versions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed May 30, 2022
1 parent 1c7f8b7 commit 9e3e5d7
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 9e3e5d7

Please sign in to comment.