We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef743a9 commit 3f06188Copy full SHA for 3f06188
.github/workflows/e2e.yml
@@ -72,7 +72,7 @@ jobs:
72
- uses: actions/upload-artifact@v4
73
if: always()
74
with:
75
- name: playwright-report-python-${{ matrix.runs-on }}
+ name: playwright-report-python-${{ matrix.os }}-${{ matrix.frameworks }}-${{ matrix.datasources }}
76
path: ./playwright-report/
77
overwrite: true
78
retention-days: 30
@@ -140,7 +140,7 @@ jobs:
140
141
142
143
- name: playwright-report-typescript-${{ matrix.runs-on }}
+ name: playwright-report-typescript-${{ matrix.os }}-${{ matrix.frameworks }}-${{ matrix.datasources }}-node${{ matrix.node-version }}
144
145
146
0 commit comments