chore: run vitest once in CI

This commit is contained in:
Ayo Ayco 2025-03-15 20:28:24 +01:00
parent 45bb48ad86
commit 0fc9de7725

View file

@ -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