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 c9bcde7 commit 67de59e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-hardhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ jobs:
docker exec devnet ls -l /workspace/hardhat
docker exec devnet ls -l /workspace
#steps were added so i can troublshoot if the folder is mounted properly

- name: Installing Node.js, npm and local hardhat so that hardhat sample can run
run: |
docker exec devnet apk add --no-cache nodejs npm
docker exec devnet sh -c "cd /workspace/hardhat && npm install hardhat"
docker exec devnet sh -c "cd /home/runner/work/go-ethereum-devops/go-ethereum-devops/hardhat && npm install hardhat"
- name: Deploy hardhat sample project
run: |
Expand Down

0 comments on commit 67de59e

Please sign in to comment.