From 9c3dc8ff6a7ef37d006018eabac0fcea66881569 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 20 Jun 2025 11:37:37 +0200 Subject: [PATCH] Trying to get hardhat log --- .github/workflows/ci-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-reusable.yml b/.github/workflows/ci-reusable.yml index 55ee294f..9a405769 100644 --- a/.github/workflows/ci-reusable.yml +++ b/.github/workflows/ci-reusable.yml @@ -60,7 +60,7 @@ jobs: MSYS2_PATH_TYPE: inherit run: | npm install - npm start & + npm start > ../../tests/integration/logs/hardhat.log 2>&1 & ## Part 2 Tests ## - name: Contract tests