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 9a1dd98 commit 3efdb8d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@ jobs:
- name: Run Playwright tests
run: |
npx playwright test --reporter=html
npx playwright test
- name: Upload Playwright report
if: always() # This ensures that the report is uploaded even if tests fail
uses: actions/upload-artifact@v3
with:
name: playwright-report
path: playwright-report

0 comments on commit 3efdb8d

Please sign in to comment.