chore: run vitest once in CI
This commit is contained in:
parent
45bb48ad86
commit
0fc9de7725
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ tasks:
|
|||
pnpm i --ignore-scripts
|
||||
- test: |
|
||||
cd ~/"${REPO}"
|
||||
pnpm run test
|
||||
npx vitest run
|
||||
- build: |
|
||||
cd ~/"${REPO}"
|
||||
pnpm -F ./packages/core build
|
||||
|
|
Loading…
Reference in a new issue