From 97563e7ccc38625a7ecd5e385b127f65c1a5ff4f Mon Sep 17 00:00:00 2001 From: npty Date: Mon, 8 Jul 2024 19:09:52 +0700 Subject: [PATCH] chore: update entrypoint --- .github/workflows/test-core.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index 2196ff1..01e8b14 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -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