ci: drop output sanitize wrapper

This commit is contained in:
Peter Steinberger
2026-01-09 16:48:57 +01:00
parent 02b945cc95
commit e8d75a39bc
2 changed files with 2 additions and 39 deletions

View File

@@ -16,7 +16,7 @@ jobs:
command: pnpm lint
- runtime: node
task: test
command: node scripts/ci-sanitize-output.mjs pnpm test
command: pnpm test
- runtime: node
task: build
command: pnpm build
@@ -104,7 +104,7 @@ jobs:
command: pnpm lint
- runtime: node
task: test
command: node scripts/ci-sanitize-output.mjs pnpm test
command: pnpm test
- runtime: node
task: build
command: pnpm build