diff --git a/.github/workflows/ci_deploy.yaml b/.github/workflows/ci_deploy.yaml index 6be90745f9..3d01390ac7 100644 --- a/.github/workflows/ci_deploy.yaml +++ b/.github/workflows/ci_deploy.yaml @@ -41,6 +41,11 @@ jobs: - 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 + + - name: Build and push Docker image uses: docker/build-push-action@v5 with: