Add frontend tests step to frontend lint workflow

This commit is contained in:
Willem Jiang 2025-10-16 18:22:27 +08:00 committed by Willem Jiang
parent 025ea6b94e
commit d9f829b608
1 changed files with 6 additions and 1 deletions

View File

@ -58,6 +58,11 @@ jobs:
cd web
pnpm typecheck
- name: Running the frontend tests
run: |
cd web
node --test tests/*.test.ts
- name: Build frontend
run: |
cd web