Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
san-est committed Jun 17, 2024
1 parent 6aa6334 commit efd7d6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
# Deployment of sample contracts
- name: Deploy hardhat sample project
run: |
docker exec go-ethereum sh -c "cd /workspace/hardhat && npx hardhat ignition deploy ./ignition/modules/Lock.js --network devnet"
docker exec go-ethereum sh -c "y"
docker exec go-ethereum sh -c "cd /workspace/hardhat && yes | npx hardhat ignition deploy ./ignition/modules/Lock.js --network devnet"
# Testing contracts as per step No.4 of the task
- name: Testing contracts
Expand Down

0 comments on commit efd7d6c

Please sign in to comment.