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