fix: sanitize Windows test output

This commit is contained in:
Peter Steinberger
2026-01-09 15:31:34 +01:00
parent d5b826ffc8
commit d28c266771

View File

@@ -102,12 +102,12 @@ jobs:
- runtime: node - runtime: node
task: lint task: lint
command: pnpm lint command: pnpm lint
- runtime: node - runtime: node
task: test task: test
command: pnpm test command: node scripts/ci-sanitize-output.mjs pnpm test
- runtime: node - runtime: node
task: build task: build
command: pnpm build command: pnpm build
- runtime: node - runtime: node
task: protocol task: protocol
command: pnpm protocol:check command: pnpm protocol:check