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
04dffa96ca
commit
f40a0b2c9b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-hardhat.yaml
vendored
2
.github/workflows/build-hardhat.yaml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
- 8545:8545
|
- 8545:8545
|
||||||
steps:
|
steps:
|
||||||
- name: Run hardhat tests
|
- name: Run hardhat tests
|
||||||
run: echo "HARDHAT"
|
run: docker exec hardhat bash -c "npx hardhat test"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue