Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
san-est committed Jun 14, 2024
1 parent 483574e commit 48c14b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-hardhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,13 @@ jobs:
- name: Verify if Hardhat is installed
run: |
docker exec devnet npx hardhat --version
docker exec devnet npx hardhat --version
- name: Deploy hardhat sample project
run: |
docker exec devnet sh -c "cd /workspace/hardhat"
docker exec devnet npx hardhat compile --config /workspace/hardhat/hardhat.config.js
docker exec devnet npx hardhat run /workspace/hardhat/scripts/deploy.js --network devnet
docker exec devnet npx hardhat
- name: Build a new docker image
run: |
Expand Down

0 comments on commit 48c14b9

Please sign in to comment.