Skip to content

Commit

Permalink
chore: try 1 more
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 8, 2024
1 parent f33efb8 commit d42f55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
ports:
- "8545:8545"
options: >-
--entrypoint /bin/sh -c "anvil --port 8545 --host 0.0.0.0"
--entrypoint "anvil --port 8545 --host 0.0.0.0"
evm-node-2:
image: ghcr.io/foundry-rs/foundry
ports:
- "8546:8546"
options: >-
--entrypoint /bin/sh -c "anvil --port 8546 --host 0.0.0.0"
--entrypoint "anvil --port 8546 --host 0.0.0.0"
steps:
- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit d42f55a

Please sign in to comment.