Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
aviv-moataznabil committed Jul 25, 2024
1 parent e39c5ea commit 18d7487
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
- name: Run Playwright tests
run: npx playwright test
continue-on-error: true # Continue even if there are test failures

- name: Deploy Playwright report to GitHub Pages
if: always()
if: always() # Ensure this step runs regardless of test results
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.ACTIONS_DEPLOY_TOKEN}}
personal_token: ${{ secrets.ACTIONS_DEPLOY_TOKEN }}
publish_dir: ./playwright-report
publish_branch: gh-pages

0 comments on commit 18d7487

Please sign in to comment.