mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-27 07:44:48 +08:00
Add frontend tests step to frontend lint workflow
This commit is contained in:
committed by
Willem Jiang
parent
025ea6b94e
commit
d9f829b608
5
.github/workflows/lint.yaml
vendored
5
.github/workflows/lint.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user