mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
Only run client tests on client changes (#4595)
This commit is contained in:
parent
6a92e19a0d
commit
29de12a7b0
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
@ -110,7 +110,7 @@ jobs:
|
||||
python -m pytest -m "${{ matrix.test-type }}"
|
||||
test:
|
||||
needs: [changes]
|
||||
if: needs.changes.outputs.gradio == 'true' || needs.changes.outputs.python-client == 'true' || needs.changes.outputs.workflows == 'true' || needs.changes.outputs.scripts == 'true' || needs.changes.outputs.test == 'true'
|
||||
if: needs.changes.outputs.gradio == 'true' || needs.changes.outputs.workflows == 'true' || needs.changes.outputs.scripts == 'true' || needs.changes.outputs.test == 'true'
|
||||
strategy:
|
||||
matrix:
|
||||
os: ["ubuntu-latest", "windows-latest"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user