From d9fc0a4bc46a8994e0076b2451d05642b982db0d Mon Sep 17 00:00:00 2001 From: Anusha Ammaluru Date: Tue, 13 Feb 2024 14:38:30 +0000 Subject: [PATCH] Update playwright.yml --- .github/workflows/playwright.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index cdd76f5..6433a4b 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -24,9 +24,12 @@ jobs: with: name: playwright-report path: playwright-report/ - retention-days: 30 - + retention-days: 30 + - uses: actions/download-artifact@v4 + with: + path: playwright-report/ + name: playwright-report - name: step summary run: | - ' SUMMARY= $# Testing Job Summary\n## Second Level Heading\nHello GitHub' - echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY + cat playwright-report/index.html >> $GITHUB_STEP_SUMMARY + shell: bash