mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update build-hardhat-project.yaml
This commit is contained in:
parent
7a37ede3be
commit
0db3f29547
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-hardhat-project.yaml
vendored
4
.github/workflows/build-hardhat-project.yaml
vendored
|
|
@ -31,5 +31,7 @@ jobs:
|
|||
npx hardhat run scripts/deploy.js --network localhost
|
||||
|
||||
- name: Run tests
|
||||
run: npx hardhat test --network localhost
|
||||
run: |
|
||||
cd hardhat
|
||||
npx hardhat test --network localhost
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue