Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
esizer committed Dec 19, 2024
1 parent 76c883a commit b4f2174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: chromium-report-${{ matrix.shardIndex }}
name: report-chromium-${{ matrix.shardIndex }}
path: ./apps/playwright/playwright-report/
retention-days: 30

Expand All @@ -91,7 +91,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: webkit-report-${{ matrix.shardIndex }}
name: report-webkit-${{ matrix.shardIndex }}
path: ./apps/playwright/playwright-report/
retention-days: 30

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: all-reports
pattern: *-report-*
pattern: report-*
merge-multiple: true

- name: Merge into HTML Report
Expand Down

0 comments on commit b4f2174

Please sign in to comment.