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