We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0ea33 commit b3ebc2fCopy full SHA for b3ebc2f
.github/workflows/ci.yml
@@ -151,6 +151,7 @@ jobs:
151
echo "Waiting for Anvil to be ready..."
152
timeout 30 bash -c 'until cast client --rpc-url http://localhost:8545 > /dev/null 2>&1; do sleep 1; done'
153
echo "Anvil is ready!"
154
+ working-directory: packages/erc4337-contracts
155
156
# Install dependencies
157
- name: Install dependencies
0 commit comments