ci: silence vitest on Windows only (#569) (thanks @bjesuiter)

This commit is contained in:
Peter Steinberger 2026-01-09 14:45:57 +01:00
parent 81271f1b1c
commit 81ab281b51

View File

@ -16,7 +16,7 @@ jobs:
command: pnpm lint
- runtime: node
task: test
command: pnpm test -- --run --silent
command: pnpm test
- runtime: node
task: build
command: pnpm build
@ -104,7 +104,7 @@ jobs:
command: pnpm lint
- runtime: node
task: test
command: pnpm test
command: pnpm test -- --run --silent
- runtime: node
task: build
command: pnpm build