Skip to content

Commit 5f186b5

Browse files
Add step to run tests in CI workflow
1 parent 112bb75 commit 5f186b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@ jobs:
3838
- name: Run Checks
3939
run: pnpm run check
4040

41+
- name: Run Tests
42+
run: pnpm run test
43+
4144
- name: Build
4245
run: pnpm run build

0 commit comments

Comments
 (0)