Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anu-01 authored Feb 13, 2024
1 parent c32b001 commit d9fc0a4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d9fc0a4

Please sign in to comment.