From 11aa58a27a5152af9aa16dc021f9195b91dc796b Mon Sep 17 00:00:00 2001 From: Sergei Garin Date: Thu, 21 Nov 2024 16:25:20 +0300 Subject: [PATCH] Add github annotations --- .github/workflows/gui-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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