This commit is contained in:
denislav-mladenov 2024-07-18 12:43:03 +03:00
parent 3e0249fdfb
commit cc9962789a

View file

@ -69,8 +69,8 @@ jobs:
run: docker exec go-ethereum npx hardhat --version
- name: Deploy hardhat sample project
run: |
docker exec go-ethereum npx hardhat ignition deploy ./ignition/modules/Token.js --network devnet
run: |
docker exec go-ethereum sh -c "cd /workspace/hardhat/ignition/modules && yes | npx hardhat ignition deploy Token.js --network devnet"
- name: Testing contracts
run: |