From d28c266771de164379933516ccfd4d7d0e6f464b Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 9 Jan 2026 15:31:34 +0100 Subject: [PATCH] fix: sanitize Windows test output --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3057a34b..f07011dbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,12 +102,12 @@ jobs: - runtime: node task: lint command: pnpm lint - - runtime: node - task: test - command: pnpm test - - runtime: node - task: build - command: pnpm build + - runtime: node + task: test + command: node scripts/ci-sanitize-output.mjs pnpm test + - runtime: node + task: build + command: pnpm build - runtime: node task: protocol command: pnpm protocol:check