Skip to content

Commit

Permalink
chore: update playwright report artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhudev committed Oct 16, 2024
1 parent 758de37 commit 1db5bd0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
vercel-org-id: ${{ secrets.ORG_ID }}
vercel-project-id: ${{ secrets.PROJECT_ID_E2E }}

- name: Generate Playwright Report
- name: Write Playwright Report to PR Comment
uses: daun/playwright-report-summary@v3
if: always()
with:
Expand All @@ -48,5 +48,7 @@ jobs:
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/
path: |
playwright-report/
test-results/
retention-days: 30

0 comments on commit 1db5bd0

Please sign in to comment.