diff --git a/.github/workflows/gui-checks.yml b/.github/workflows/gui-checks.yml index 0ad4c34a39..1ee81e264d 100644 --- a/.github/workflows/gui-checks.yml +++ b/.github/workflows/gui-checks.yml @@ -186,7 +186,7 @@ jobs: - name: 🔗 Merge into HTML Report working-directory: app/gui - run: pnpm playwright merge-reports --reporter html ./blob-report + run: pnpm playwright merge-reports --reporter=html,github ./blob-report - name: ⬆️ Upload HTML report uses: actions/upload-artifact@v4