Skip to content

Commit b3ebc2f

Browse files
committed
fix: run anvil from contracts repo
for consistent test setup
1 parent 4b0ea33 commit b3ebc2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
echo "Waiting for Anvil to be ready..."
152152
timeout 30 bash -c 'until cast client --rpc-url http://localhost:8545 > /dev/null 2>&1; do sleep 1; done'
153153
echo "Anvil is ready!"
154+
working-directory: packages/erc4337-contracts
154155

155156
# Install dependencies
156157
- name: Install dependencies

0 commit comments

Comments
 (0)