This commit is contained in:
denislav-mladenov 2024-07-18 12:43:03 +03:00
parent 3e0249fdfb
commit cc9962789a

View file

@ -70,7 +70,7 @@ jobs:
- name: Deploy hardhat sample project - name: Deploy hardhat sample project
run: | run: |
docker exec go-ethereum npx hardhat ignition deploy ./ignition/modules/Token.js --network devnet docker exec go-ethereum sh -c "cd /workspace/hardhat/ignition/modules && yes | npx hardhat ignition deploy Token.js --network devnet"
- name: Testing contracts - name: Testing contracts
run: | run: |