* fix ci

* disable lite tests
This commit is contained in:
pngwn 2024-02-07 15:35:29 +00:00 committed by GitHub
parent b95d0d043c
commit 62488923ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 7 deletions

View File

@ -61,7 +61,7 @@ runs:
id: changes
with:
base: main
ref: ${{ steps.pr.outputs.sha }}
ref: ${{ steps.pr.outputs.sha == github.sha && "main" || steps.pr.outputs.sha }}
filters: |
gradio:
- 'client/python/**'

View File

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