From 534e37055f9c87b7da586675069a944621705bce Mon Sep 17 00:00:00 2001 From: san-est Date: Mon, 24 Jun 2024 16:33:09 +0300 Subject: [PATCH] Fixing hardhat testing. --- .github/workflows/test-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 3d9c538fa844..6ac24be143b9 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -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