mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
artifact names (#9782)
This commit is contained in:
parent
7579e92971
commit
cfd60b0279
4
.github/workflows/test-functional.yml
vendored
4
.github/workflows/test-functional.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: playwright-screenshots
|
||||
name: playwright-screenshots-SSR-${{ matrix.ssr }}
|
||||
path: |
|
||||
./test-results
|
||||
- name: run browser component tests
|
||||
@ -82,6 +82,6 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: reload-mode-playwright-screenshots
|
||||
name: reload-mode-playwright-screenshots-SSR-${{ matrix.ssr }}
|
||||
path: |
|
||||
./test-results
|
||||
|
Loading…
x
Reference in New Issue
Block a user