Skip to content

Commit

Permalink
Fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Dec 19, 2024
1 parent 94791ea commit ce3b9f5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,14 +377,15 @@ jobs:
ls all-blob-reports
- name: Generate HTML Report
working-directory: tests/pw/all-reports
working-directory: tests/pw
run: |
npx playwright merge-reports --reporter html ./all-blob-reports
npx playwright merge-reports --reporter html ./all-reports/all-blob-reports
mv playwright-report ./all-reports/html-report
- name: Upload HTML report
uses: actions/upload-artifact@v4
with:
name: html-report--attempt-${{ github.run_attempt }}
name: final-test-artifact
path: tests/pw/all-reports
retention-days:
7
Expand Down

0 comments on commit ce3b9f5

Please sign in to comment.