From 1db5bd0e9c5db6764d7d0aeab3a68e8858931085 Mon Sep 17 00:00:00 2001 From: Wenzhao Hu <12122021+wzhudev@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:12:34 +0800 Subject: [PATCH] chore: update playwright report artifacts --- .github/workflows/playwright.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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