artifact names (#9782)

This commit is contained in:
Freddy Boulton 2024-10-21 16:16:13 -07:00 committed by GitHub
parent 7579e92971
commit cfd60b0279
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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