Skip to content

Commit 5ce248d

Browse files
committed
ci: retry yarn build to work around hardhat race condition
1 parent 131c68d commit 5ce248d

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)