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