From 2aeeeff65f0b3d1800c2db0be878f5482e14219e Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 9 Jan 2026 15:39:16 +0100 Subject: [PATCH] ci: sanitize CI 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 f07011dbe..28a2739b5 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: 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