diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 8c6a2672d96..9d83d631240 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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: @@ -48,5 +48,7 @@ jobs: if: ${{ !cancelled() }} with: name: playwright-report - path: playwright-report/ + path: | + playwright-report/ + test-results/ retention-days: 30