diff --git a/.github/workflows/browsers.yml b/.github/workflows/browsers.yml index 55715e17..1c10485f 100644 --- a/.github/workflows/browsers.yml +++ b/.github/workflows/browsers.yml @@ -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