mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
test
This commit is contained in:
parent
3e0249fdfb
commit
cc9962789a
1 changed files with 2 additions and 2 deletions
2
.github/workflows/3.yml
vendored
2
.github/workflows/3.yml
vendored
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
|
||||
- name: Deploy hardhat sample project
|
||||
run: |
|
||||
docker exec go-ethereum npx hardhat ignition deploy ./ignition/modules/Token.js --network devnet
|
||||
docker exec go-ethereum sh -c "cd /workspace/hardhat/ignition/modules && yes | npx hardhat ignition deploy Token.js --network devnet"
|
||||
|
||||
- name: Testing contracts
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue