Skip to content

Commit

Permalink
Fixing hardhat testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
san-est committed Jun 24, 2024
1 parent 1516caf commit 534e370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# Testing contracts as per step No.4 of the task
- name: Testing contracts
run: |
docker exec go-ethereum sh -c "cd /workspace/hardhat && npx hardhat test --network devnet"
docker exec go-ethereum sh -c "cd /workspace/hardhat && npx hardhat test"
# The following steps build a new image with the installed local version of hardhat and its contracts applied
# and then uploads it to the ghcr.io registry
Expand Down

0 comments on commit 534e370

Please sign in to comment.