diff --git a/.github/workflows/deploy-devnet.yml b/.github/workflows/deploy-devnet.yml index 7aecdd8b03..73928304ba 100644 --- a/.github/workflows/deploy-devnet.yml +++ b/.github/workflows/deploy-devnet.yml @@ -114,7 +114,7 @@ jobs: - name: Run Hardhat tests working-directory: ./hardhat - run: npx hardhat test --network localhost + run: npx hardhat test # --network localhost - name: Stop and remove test container run: docker rm -f test-node \ No newline at end of file