fix(ci): preserve test log groups

This commit is contained in:
Dax Raad 2026-06-22 08:35:40 -04:00
parent e50261e524
commit 7b750a8f20

View File

@ -65,7 +65,7 @@ jobs:
- name: Run unit tests
timeout-minutes: 20
run: bun turbo test --output-logs=errors-only --log-order=grouped --log-prefix=task
run: bun turbo test --output-logs=errors-only --log-order=grouped --log-prefix=none
env:
OPENCODE_EXPERIMENTAL_DISABLE_FILEWATCHER: ${{ runner.os == 'Windows' && 'true' || 'false' }}