Update build-hardhat-project.yaml

This commit is contained in:
Lyuboslav Angelov 2023-11-15 16:03:38 +02:00 committed by GitHub
parent 7a37ede3be
commit 0db3f29547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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