Add frontend tests step to frontend lint workflow
This commit is contained in:
parent
fd244d8bf6
commit
a423eeba18
|
|
@ -58,6 +58,11 @@ jobs:
|
||||||
cd web
|
cd web
|
||||||
pnpm typecheck
|
pnpm typecheck
|
||||||
|
|
||||||
|
- name: Running the frontend tests
|
||||||
|
run: |
|
||||||
|
cd web
|
||||||
|
node --test tests/*.test.ts
|
||||||
|
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
run: |
|
run: |
|
||||||
cd web
|
cd web
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue