ci: silence vitest on Windows (#569) (thanks @bjesuiter)
This commit is contained in:
parent
49a2db78c9
commit
81271f1b1c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
command: pnpm lint
|
command: pnpm lint
|
||||||
- runtime: node
|
- runtime: node
|
||||||
task: test
|
task: test
|
||||||
command: pnpm test
|
command: pnpm test -- --run --silent
|
||||||
- runtime: node
|
- runtime: node
|
||||||
task: build
|
task: build
|
||||||
command: pnpm build
|
command: pnpm build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user