Skip to content

Commit cdf5e18

Browse files
committed
fix(ci): update artifact name in CI workflow for clarity
1 parent f857cb2 commit cdf5e18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/upload-artifact@v4
3939
if: always()
4040
with:
41-
name: playwright-report-${{matrix.greps}}-${{ matrix.browsers }}
41+
name: playwright-report-${{ github.job }}
4242
path: playwright-report/
4343
retention-days: 30
4444
- name: Deploy Playwright report to GitHub Pages

0 commit comments

Comments
 (0)