fix: sanitize Windows test output
This commit is contained in:
parent
d5b826ffc8
commit
d28c266771
1 changed files with 6 additions and 6 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -104,7 +104,7 @@ jobs:
|
|||
command: pnpm lint
|
||||
- runtime: node
|
||||
task: test
|
||||
command: pnpm test
|
||||
command: node scripts/ci-sanitize-output.mjs pnpm test
|
||||
- runtime: node
|
||||
task: build
|
||||
command: pnpm build
|
||||
|
|
|
|||
Loading…
Reference in a new issue