Skip to content

Commit

Permalink
Remove github reporter on trying to troubleshoot the lack of merged r…
Browse files Browse the repository at this point in the history
…eport
  • Loading branch information
Xon committed Aug 21, 2024
1 parent 9a367d8 commit 3d8110d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
merge-multiple: true

- name: Merge into HTML Report
run: npx playwright merge-reports --reporter html,github ./all-blob-reports
run: npx playwright merge-reports --reporter html ./all-blob-reports

- name: Upload HTML report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3d8110d

Please sign in to comment.