Skip to content

Commit

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

0 comments on commit 97563e7

Please sign in to comment.