mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-11 11:19:58 +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
|
- uses: actions/checkout@v4
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
uses: "gradio-app/gradio/.github/actions/install-frontend-deps@main"
|
uses: "gradio-app/gradio/.github/actions/install-frontend-deps@main"
|
||||||
|
with:
|
||||||
|
skip_build: true
|
||||||
- name: build client
|
- name: build client
|
||||||
run: pnpm --filter @gradio/client build
|
run: pnpm --filter @gradio/client build
|
||||||
- name: build the wasm module
|
- name: build the wasm module
|
||||||
run: pnpm --filter @gradio/wasm build
|
run: pnpm --filter @gradio/wasm build
|
||||||
- name: format check
|
- name: format check
|
||||||
run: pnpm format:check
|
run: pnpm package && pnpm format:check
|
||||||
- name: lint
|
- name: lint
|
||||||
run: pnpm lint
|
run: pnpm lint
|
||||||
- name: typecheck
|
- name: typecheck
|
||||||
|
Loading…
Reference in New Issue
Block a user