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

This commit is contained in:
Peter Steinberger 2026-01-09 14:44:53 +01:00
parent 49a2db78c9
commit 81271f1b1c

View File

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