mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Verbose test outputs
This commit is contained in:
parent
656bf4c44b
commit
217e6da8b6
2
.github/workflows/restart-dev-and-test.yaml
vendored
2
.github/workflows/restart-dev-and-test.yaml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/setup-tests.yaml
vendored
2
.github/workflows/setup-tests.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user