mirror of
https://github.com/robonen/lorem-blog.git
synced 2026-03-20 10:54:38 +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
|
- name: Type check
|
||||||
run: pnpm run type:check
|
run: pnpm run type:check
|
||||||
|
|
||||||
|
- name: Run tests
|
||||||
|
run: pnpm run test:unit
|
||||||
|
|||||||
Reference in New Issue
Block a user