From 6b5467c6027379a69e570a6251d48b088137c97a Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 20 Jun 2025 12:47:52 +0200 Subject: [PATCH] Create logs folder --- .github/workflows/ci-reusable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-reusable.yml b/.github/workflows/ci-reusable.yml index 9a405769..e63c949f 100644 --- a/.github/workflows/ci-reusable.yml +++ b/.github/workflows/ci-reusable.yml @@ -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 ##