Path to ignition

This commit is contained in:
Ruslan Gladov 2024-06-14 14:40:53 +03:00
parent c69bb1be2c
commit a98dc8e4d2

View file

@ -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