Create logs folder

This commit is contained in:
Arnaud 2025-06-20 12:47:52 +02:00
parent 9c3dc8ff6a
commit 6b5467c602
No known key found for this signature in database
GPG Key ID: B8FBC178F10CA7AE

View File

@ -60,6 +60,7 @@ jobs:
MSYS2_PATH_TYPE: inherit
run: |
npm install
mkdir -p ../../tests/integration/logs
npm start > ../../tests/integration/logs/hardhat.log 2>&1 &
## Part 2 Tests ##