diff --git a/.github/workflows/3.yml b/.github/workflows/3.yml index 91d8322f85..ffee7d63d0 100644 --- a/.github/workflows/3.yml +++ b/.github/workflows/3.yml @@ -70,7 +70,7 @@ jobs: - name: Deploy hardhat sample project 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 run: |