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 4ef4650 commit 1b98004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hardhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- 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"
docker exec devnet sh -c "cd /workspace/hardhat && npm install hardhat"
- name: Deploy hardhat sample project
run: |
Expand Down

0 comments on commit 1b98004

Please sign in to comment.