fix(ci): conflict in name of playwright report artifact

pull/928/head
Elian Doran 2025-01-14 11:55:04 +07:00
parent 1807b2b031
commit 2dfac783ce
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -88,7 +88,7 @@ jobs:
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
if: ${{ !cancelled() }} if: ${{ !cancelled() }}
with: with:
name: playwright-report name: Playwright report (${{ matrix.dockerfile }})
path: playwright-report/ path: playwright-report/
retention-days: 30 retention-days: 30