mirror of
https://github.com/robonen/lorem-blog.git
synced 2026-03-20 02:44:39 +00:00
feat(ci): add step to run unit tests in CI workflow
This commit is contained in:
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@@ -33,3 +33,6 @@ jobs:
|
||||
|
||||
- name: Type check
|
||||
run: pnpm run type:check
|
||||
|
||||
- name: Run tests
|
||||
run: pnpm run test:unit
|
||||
|
||||
Reference in New Issue
Block a user