Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
uiii committed Jan 22, 2024
1 parent a79e348 commit 4c44718
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
uses: actions/upload-artifact@v3
if: always()
with:
name: test-screenshots
name: test-screenshots-${{ matrix.shardIndex }}
path: test/screenshots
retention-days: 14
- name: Upload test report artifact
uses: actions/upload-artifact@v3
if: always()
with:
name: test-blob-reports
name: test-blob-reports-${{ matrix.shardIndex }}
path: test/report/
retention-days: 14
test-report:
Expand All @@ -84,13 +84,15 @@ jobs:
- name: Download test screenshots artifact
uses: actions/download-artifact@master
with:
name: test-screenshots
pattern: test-screenshots-*
path: test/screenshots
merge-multiple: true
- name: Download test report artifact
uses: actions/download-artifact@master
with:
name: test-blob-reports
pattern: test-blob-reports-*
path: test/blob-reports
merge-multiple: true
- name: Merge blob reports into HTML report
run: npx playwright merge-reports --config playwright.merge-reports.config.ts ./test/blob-reports
- name: Upload Argos screenshots
Expand Down

0 comments on commit 4c44718

Please sign in to comment.