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 +