This commit is contained in:
denislav-mladenov 2024-07-18 13:50:05 +03:00
parent 0418dd5a1e
commit e4ffed9999

View file

@ -70,7 +70,7 @@ jobs:
- name: Deploy hardhat sample project - name: Deploy hardhat sample project
run: | run: |
docker exec go-ethereum sh -c "cd /workspace/hardhat && 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
run: | run: |