From ef0370d03bc46a6483df2663f5a4d66f7e8c6eed Mon Sep 17 00:00:00 2001 From: Lyuboslav Angelov <66520427+lyuboangelov@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:57:06 +0200 Subject: [PATCH] Update build-hardhat-project.yaml --- .github/workflows/build-hardhat-project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-hardhat-project.yaml b/.github/workflows/build-hardhat-project.yaml index eba4c4637a..3eb5a9c3b4 100644 --- a/.github/workflows/build-hardhat-project.yaml +++ b/.github/workflows/build-hardhat-project.yaml @@ -16,7 +16,7 @@ jobs: node-version: 20.9.0 - name: Run geth devnet - run: docker run --name go-ethereum -p 8545:8545 -p 30303:30303 anglyuboslav/geth --dev --http --http.addr 0.0.0.0 + run: docker run --name go-ethereum -p 8545:8545 -p 30303:30303 -d anglyuboslav/geth --dev --http --http.addr 0.0.0.0 - name: Install dependencies run: | @@ -34,4 +34,4 @@ jobs: - name: Run tests run: npx hardhat test --network localhost - \ No newline at end of file +