This commit is contained in:
denislav-mladenov 2024-07-18 12:34:41 +03:00
parent ef2344df0a
commit 3e0249fdfb

View file

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