Skip to content

Commit c9d9a9a

Browse files
authored
Merge pull request #925 from graphprotocol/pcv/patch-gh-action
ci: retry yarn build to work around hardhat race condition
2 parents 131c68d + 5ce248d commit c9d9a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ runs:
1717
run: yarn --immutable
1818
- name: Build
1919
shell: bash
20-
run: yarn build
20+
run: yarn build || yarn build

0 commit comments

Comments
 (0)