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