We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380a2f4 commit 032d186Copy full SHA for 032d186
.github/workflows/e2e.yml
@@ -43,6 +43,6 @@ jobs:
43
if: always()
44
uses: actions/upload-artifact@v4
45
with:
46
- name: playwright-report-${{matrix.api-version}}-${{ github.sha }}
+ name: playwright-report-${{matrix.api-version}}-${{matrix.runner-browser}}-${{ github.sha }}
47
path: packages/e2e-playwright/playwright-report
48
retention-days: 5
0 commit comments