Skip to content

Commit

Permalink
pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitin Sreeram committed Feb 2, 2025
1 parent a13e9ac commit 97de8b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,11 @@ jobs:
name: html-report-attempt-${{ github.run_attempt }}
path: .tests/playwright-report/
retention-days: 14

- name: Setup pages
uses: actions/configure-pages@v5
- name: Upload report to GitHub Pages
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: .tests/playwright-report/
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 97de8b9

Please sign in to comment.