From 81271f1b1cdf75ffbab3243606e8f41f1a4391ef Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 9 Jan 2026 14:44:53 +0100 Subject: [PATCH] ci: silence vitest on Windows (#569) (thanks @bjesuiter) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b0d41ffd..93f981207 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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