mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
test contracts
This commit is contained in:
parent
7a02252cc7
commit
eac983e3de
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci-deploy.yml
vendored
4
.github/workflows/ci-deploy.yml
vendored
|
|
@ -30,6 +30,10 @@ jobs:
|
||||||
working-directory: hardhat
|
working-directory: hardhat
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
|
- name: Compile contracts
|
||||||
|
working-directory: hardhat
|
||||||
|
run: npx hardhat compile
|
||||||
|
|
||||||
- name: Deploy contracts using Ignition
|
- name: Deploy contracts using Ignition
|
||||||
working-directory: hardhat
|
working-directory: hardhat
|
||||||
run: npx hardhat ignition deploy ./ignition/modules/Lock.js --network localhost
|
run: npx hardhat ignition deploy ./ignition/modules/Lock.js --network localhost
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue