mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
parent
b95d0d043c
commit
62488923ac
2
.github/actions/changes/action.yml
vendored
2
.github/actions/changes/action.yml
vendored
@ -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/**'
|
||||
|
7
.github/workflows/test-functional.yml
vendored
7
.github/workflows/test-functional.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user