Fix lite tests (#7343)

* fix-tests

* fix-tests

* fix-tests

* fix-tests

* fix-tests
This commit is contained in:
pngwn 2024-02-07 15:05:55 +00:00 committed by GitHub
parent 0db7272694
commit 5b45a162b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,8 +72,12 @@ jobs:
run: |
. venv/bin/activate
pnpm run test:ct
- run: pnpm --filter @gradio/app build:lite
- run: pnpm --filter @gradio/app test:browser:lite
- run: |
. venv/bin/activate
pnpm --filter @gradio/app build:lite
- run: |
. venv/bin/activate
pnpm --filter @gradio/app test:browser:lite
- name: do check
if: always()
uses: "gradio-app/github/actions/commit-status@main"