test without hardhat network

This commit is contained in:
Yohan9206 2025-07-14 14:20:02 +03:00
parent ee183e5f6d
commit 105f9eb655

View file

@ -114,7 +114,7 @@ jobs:
- name: Run Hardhat tests - name: Run Hardhat tests
working-directory: ./hardhat working-directory: ./hardhat
run: npx hardhat test --network localhost run: npx hardhat test # --network localhost
- name: Stop and remove test container - name: Stop and remove test container
run: docker rm -f test-node run: docker rm -f test-node