Verbose test outputs

This commit is contained in:
Konstantin Wohlwend 2025-03-19 14:07:21 -07:00
parent 656bf4c44b
commit 217e6da8b6
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
run: pnpm run restart-dev-environment
- name: Run tests
run: pnpm run test --no-file-parallelism
run: pnpm run test --no-file-parallelism --reporter=verbose
- name: Print dev server logs
run: cat dev-server.log.untracked.txt

View File

@ -45,4 +45,4 @@ jobs:
tail: true
wait-for: 120s
log-output-if: true
- run: pnpm run test --no-file-parallelism
- run: pnpm run test --no-file-parallelism --reporter=verbose