mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Update deploy-test.yml
This commit is contained in:
parent
16647100c6
commit
740c515089
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-test.yml
vendored
1
.github/workflows/deploy-test.yml
vendored
|
|
@ -42,6 +42,7 @@ jobs:
|
|||
run: |
|
||||
cd hardhat
|
||||
npm install
|
||||
npx hardhat compile # Added the compile step
|
||||
npx hardhat run scripts/deploy.js
|
||||
|
||||
- name: Run Hardhat Tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue