Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 45194bf

Browse files
authored
Fix flaky hardhat compile in CI (#164)
1 parent 01a01ab commit 45194bf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/compliance.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- name: Setup PDM
1818
run: curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3 -
1919

20+
- name: "Setup Node.js"
21+
uses: "actions/setup-node@v3"
22+
with:
23+
node-version: 18.15
24+
2025
- name: Setup Go
2126
uses: actions/setup-go@v3
2227
with:
@@ -66,10 +71,8 @@ jobs:
6671

6772
- name: Deploy ERC-4337 contracts
6873
working-directory: ./bundler-spec-tests
69-
# TODO: Fix this hack. Have to run deploy twice due to flakiness.
7074
run: |
7175
cd @account-abstraction && \
72-
yarn deploy --network localhost && \
7376
yarn deploy --network localhost
7477
7578
- name: Fund bundler

0 commit comments

Comments
 (0)