From a98dc8e4d2f76b1cd86e754195b1b3e360e86354 Mon Sep 17 00:00:00 2001 From: Ruslan Gladov Date: Fri, 14 Jun 2024 14:40:53 +0300 Subject: [PATCH] Path to ignition --- .github/workflows/ci_deploy.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci_deploy.yaml b/.github/workflows/ci_deploy.yaml index 3d01390ac7..3f06a0dca2 100644 --- a/.github/workflows/ci_deploy.yaml +++ b/.github/workflows/ci_deploy.yaml @@ -39,11 +39,7 @@ jobs: docker-compose up -d - name: Deploy contracts - run: npx hardhat ignition deploy ./ignition/modules/Lock.js - - - name: Install Hardhat and dependencies - run: | - npm install --save-dev hardhat @nomicfoundation/hardhat-toolbox + run: npx hardhat ignition deploy /home/runner/work/go-ethereum/go-ethereum/hardhat/ignition/modules/Lock.js - name: Build and push Docker image