mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Merge pull request #5 from lyuboangelov/lyuboangelov-patch-1
Update build-hardhat-project.yaml
This commit is contained in:
commit
cf4ba4ff76
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-hardhat-project.yaml
vendored
4
.github/workflows/build-hardhat-project.yaml
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue