Skip to content

Commit

Permalink
list
Browse files Browse the repository at this point in the history
  • Loading branch information
namnguyen20999 committed Oct 1, 2024
1 parent 9ab2c89 commit d61a9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npx playwright install --with-deps

- name: Run Playwright tests
run: npx playwright test --reporter=dot
run: npx playwright test --reporter=list

- name: Upload test results
if: always() # Upload results even if tests fail
Expand Down

0 comments on commit d61a9a2

Please sign in to comment.