1
0
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:
2025-06-17 16:28:05 +07:00
parent e526dc26a1
commit d450c0d0d7

View File

@@ -33,3 +33,6 @@ jobs:
- name: Type check
run: pnpm run type:check
- name: Run tests
run: pnpm run test:unit