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
|
||||
- runtime: node
|
||||
task: test
|
||||
command: pnpm test
|
||||
command: pnpm test -- --run --silent
|
||||
- runtime: node
|
||||
task: build
|
||||
command: pnpm build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user