From 81ab281b5101023e7707eb1c1283f8f61110aaef Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 9 Jan 2026 14:45:57 +0100 Subject: [PATCH] ci: silence vitest on Windows only (#569) (thanks @bjesuiter) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93f981207..499c36902 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 -- --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