ci: sanitize CI test output
parent
5f4eb8b509
commit
2aeeeff65f
|
|
@ -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: node scripts/ci-sanitize-output.mjs 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue