diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89c4ad8..8b9db69 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,4 +29,4 @@ jobs: run: docker build -t $IMAGE_TAG --target=truffle . - name: Run tests in Docker container - run: docker run --rm $IMAGE_TAG sh -c 'truffle test --network pipeline' \ No newline at end of file + run: docker run --rm --network=host $IMAGE_TAG sh -c 'truffle test --network pipeline' \ No newline at end of file