From d42f55a3bfc646b016d8fdc77189e50090270ca8 Mon Sep 17 00:00:00 2001 From: npty Date: Mon, 8 Jul 2024 20:23:56 +0700 Subject: [PATCH] chore: try 1 more --- .github/workflows/test-core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index 08f693c..a8a841b 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -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