Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
# ... other steps ...
- name: Install pnpm
run: npm install -g pnpm
run: npm install -g corepack & corepack enable & corepack install

- name: Install dependencies
run: pnpm install
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Start local blockchain node
run: # Fork latest mainnet state
anvil --fork-url https://reth-ethereum.ithaca.xyz/rpc
# Or use npx ganache-cli --port 8545 &
# https://github.com/foundry-rs/foundry

- name: Wait for node
run: |
Expand Down