Add test run to CI
1 minute read
pnpm test:ci (vitest run) is set up and passing
locally. Add it to .github/workflows/ci.yml before the build
step so failures are caught early.
Change
In .github/workflows/ci.yml, add after pnpm check:
- run: pnpm test:ci Read next