ci: sanitize CI test output
This commit is contained in:
parent
5f4eb8b509
commit
2aeeeff65f
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue