Merge pull request #5 from lyuboangelov/lyuboangelov-patch-1

Update build-hardhat-project.yaml
This commit is contained in:
Lyuboslav Angelov 2023-11-15 15:59:45 +02:00 committed by GitHub
commit cf4ba4ff76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
node-version: 20.9.0 node-version: 20.9.0
- name: Run geth devnet - 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 - name: Install dependencies
run: | run: |
@ -34,4 +34,4 @@ jobs:
- name: Run tests - name: Run tests
run: npx hardhat test --network localhost run: npx hardhat test --network localhost