From 6aa63342b00ddfbc7d7e6591e676d1f0cae2c687 Mon Sep 17 00:00:00 2001 From: san-est Date: Mon, 17 Jun 2024 19:29:27 +0300 Subject: [PATCH] testing --- .github/workflows/test-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index af7460913c06..802f49352e3f 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -78,6 +78,7 @@ jobs: - name: Deploy hardhat sample project run: | docker exec go-ethereum sh -c "cd /workspace/hardhat && npx hardhat ignition deploy ./ignition/modules/Lock.js --network devnet" + docker exec go-ethereum sh -c "y" # Testing contracts as per step No.4 of the task - name: Testing contracts