From cc9962789af3db03d0a6f0141345e46ac37eb5cd Mon Sep 17 00:00:00 2001 From: denislav-mladenov Date: Thu, 18 Jul 2024 12:43:03 +0300 Subject: [PATCH] test --- .github/workflows/3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |