Skip to content

Commit

Permalink
Upload reports per matrix job
Browse files Browse the repository at this point in the history
  • Loading branch information
BOTLANNER committed Jul 6, 2023
1 parent 9a8f483 commit cae284d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,14 +231,14 @@ jobs:
uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
name: "playwright-report-${{matrix.value}}"
path: playwright-report/
retention-days: 30
- name: Upload Test Coverage
uses: actions/upload-artifact@v3
if: always()
with:
name: coverage
name: "coverage-report-${{matrix.value}}"
path: coverage/
retention-days: 30

Expand Down

0 comments on commit cae284d

Please sign in to comment.