ci: sanitize CI test output

This commit is contained in:
Peter Steinberger 2026-01-09 15:39:16 +01:00
parent d19992d328
commit db14740cc6

View File

@ -102,12 +102,12 @@ jobs:
- runtime: node
task: lint
command: pnpm lint
- runtime: node
task: test
command: node scripts/ci-sanitize-output.mjs 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