diff --git a/.github/workflows/3.yml b/.github/workflows/3.yml index 65a1ef1a3d..f9cf0bbbee 100644 --- a/.github/workflows/3.yml +++ b/.github/workflows/3.yml @@ -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: |