From ff1f7fc631f87bfa7ac121ad081ff84dfe58f346 Mon Sep 17 00:00:00 2001 From: Ruslan Gladov Date: Fri, 14 Jun 2024 15:23:57 +0300 Subject: [PATCH] Compile-2 --- .github/workflows/ci_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_deploy.yaml b/.github/workflows/ci_deploy.yaml index da6a979f67..e248940e1c 100644 --- a/.github/workflows/ci_deploy.yaml +++ b/.github/workflows/ci_deploy.yaml @@ -39,7 +39,7 @@ jobs: docker-compose up -d - name: Deploy contracts - run: npx hardhat ignition deploy /home/runner/work/go-ethereum/go-ethereum/ignition/modules/Lock.js + run: npx hardhat ignition deploy /home/runner/work/go-ethereum/go-ethereum/test/Lock.js - name: Build and push Docker image