mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix
This commit is contained in:
parent
70594f5265
commit
04dffa96ca
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-hardhat.yaml
vendored
3
.github/workflows/build-hardhat.yaml
vendored
|
|
@ -40,6 +40,9 @@ jobs:
|
||||||
image: anglyuboslav/hardhat:1.0.0
|
image: anglyuboslav/hardhat:1.0.0
|
||||||
ports:
|
ports:
|
||||||
- 8545:8545
|
- 8545:8545
|
||||||
|
steps:
|
||||||
|
- name: Run hardhat tests
|
||||||
|
run: echo "HARDHAT"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue