mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-05 11:10:03 +08:00
skip fe build in js tests (#9734)
* skip fe build in js tests * more fix
This commit is contained in:
parent
ed1a587e87
commit
199160eb20
4
.github/workflows/tests-js.yml
vendored
4
.github/workflows/tests-js.yml
vendored
@ -49,12 +49,14 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install dependencies
|
||||
uses: "gradio-app/gradio/.github/actions/install-frontend-deps@main"
|
||||
with:
|
||||
skip_build: true
|
||||
- name: build client
|
||||
run: pnpm --filter @gradio/client build
|
||||
- name: build the wasm module
|
||||
run: pnpm --filter @gradio/wasm build
|
||||
- name: format check
|
||||
run: pnpm format:check
|
||||
run: pnpm package && pnpm format:check
|
||||
- name: lint
|
||||
run: pnpm lint
|
||||
- name: typecheck
|
||||
|
Loading…
Reference in New Issue
Block a user