Skip to content

Commit

Permalink
Merge pull request #925 from graphprotocol/pcv/patch-gh-action
Browse files Browse the repository at this point in the history
ci: retry yarn build to work around hardhat race condition
  • Loading branch information
pcarranzav authored Jan 18, 2024
2 parents 131c68d + 5ce248d commit c9d9a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ runs:
run: yarn --immutable
- name: Build
shell: bash
run: yarn build
run: yarn build || yarn build

0 comments on commit c9d9a9a

Please sign in to comment.