diff --git a/.github/workflows/2.yml b/.github/workflows/2.yml index 6246acbc3d..ffee7d63d0 100644 --- a/.github/workflows/2.yml +++ b/.github/workflows/2.yml @@ -69,7 +69,7 @@ jobs: run: docker exec go-ethereum npx hardhat --version - name: Deploy hardhat sample project - run: | + run: | docker exec go-ethereum sh -c "cd /workspace/hardhat && yes | npx hardhat ignition deploy ./ignition/modules/Token.js --network devnet" - name: Testing contracts