From 0d5ee99cc1c917504cb52ec64c4ca1e4bbfe450c Mon Sep 17 00:00:00 2001 From: denislav-mladenov Date: Thu, 18 Jul 2024 09:43:00 +0300 Subject: [PATCH] Testing deployment --- .github/workflows/1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/1.yml b/.github/workflows/1.yml index eff71fb177..345b17dd27 100644 --- a/.github/workflows/1.yml +++ b/.github/workflows/1.yml @@ -70,7 +70,7 @@ jobs: - name: Deploy hardhat sample project run: | - docker exec go-ethereum sh -c "cd /LimeChainTask/go-ethereum/hardhat && yes | 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: |