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