mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
upload (#8882)
This commit is contained in:
parent
df770608fc
commit
f0a336608d
7
.github/workflows/test-functional.yml
vendored
7
.github/workflows/test-functional.yml
vendored
@ -76,6 +76,13 @@ jobs:
|
||||
run: |
|
||||
. venv/bin/activate
|
||||
pnpm test:browser:reload
|
||||
- name: upload reload mode screenshots
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: playwright-screenshots
|
||||
path: |
|
||||
./test-results
|
||||
- name: Run Lite E2E tests
|
||||
run: |
|
||||
. venv/bin/activate
|
||||
|
Loading…
x
Reference in New Issue
Block a user