mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-11 14:38:38 +00:00
Add frontend tests step to frontend lint workflow
This commit is contained in:
parent
025ea6b94e
commit
d9f829b608
7
.github/workflows/lint.yaml
vendored
7
.github/workflows/lint.yaml
vendored
@ -58,7 +58,12 @@ 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
|
||||||
pnpm build
|
pnpm build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user