mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-05 15:10:20 +08:00
Add frontend tests step to frontend lint workflow
This commit is contained in:
committed by
Willem Jiang
parent
025ea6b94e
commit
d9f829b608
7
.github/workflows/lint.yaml
vendored
7
.github/workflows/lint.yaml
vendored
@@ -58,7 +58,12 @@ jobs:
|
||||
cd web
|
||||
pnpm typecheck
|
||||
|
||||
- name: Running the frontend tests
|
||||
run: |
|
||||
cd web
|
||||
node --test tests/*.test.ts
|
||||
|
||||
- name: Build frontend
|
||||
run: |
|
||||
cd web
|
||||
pnpm build
|
||||
pnpm build
|
||||
|
||||
Reference in New Issue
Block a user