Testing deployment

This commit is contained in:
denislav-mladenov 2024-07-18 09:43:00 +03:00
parent 86f3e9d356
commit 0d5ee99cc1

View file

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