diff --git a/.github/workflows/3.yml b/.github/workflows/3.yml index 78a28a1422..65a1ef1a3d 100644 --- a/.github/workflows/3.yml +++ b/.github/workflows/3.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 npx hardhat ignition deploy ./ignition/modules/Token.js --network devnet - name: Testing contracts