From a895afadc54f234a06918bff4a5b65c8c9d9eaf1 Mon Sep 17 00:00:00 2001 From: Bijin A B Date: Sun, 22 Mar 2026 11:23:09 +0530 Subject: [PATCH] chore: fix result incorrect grouping --- .github/workflows/tests-linux.yml | 1 + .github/workflows/tests-macos.yml | 1 + .github/workflows/tests-windows.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/tests-linux.yml b/.github/workflows/tests-linux.yml index f5055635f..31183dd10 100644 --- a/.github/workflows/tests-linux.yml +++ b/.github/workflows/tests-linux.yml @@ -45,6 +45,7 @@ jobs: check_name: CLI Test Results (Linux) files: packages/bruno-tests/collection/junit.xml comment_mode: always + check_run: false e2e-test: name: Playwright E2E Tests (Linux) diff --git a/.github/workflows/tests-macos.yml b/.github/workflows/tests-macos.yml index c9143589c..aa40b5ec7 100644 --- a/.github/workflows/tests-macos.yml +++ b/.github/workflows/tests-macos.yml @@ -45,6 +45,7 @@ jobs: check_name: CLI Test Results (macOS) files: packages/bruno-tests/collection/junit.xml comment_mode: off + check_run: false e2e-test: name: Playwright E2E Tests (macOS) diff --git a/.github/workflows/tests-windows.yml b/.github/workflows/tests-windows.yml index 8c752e569..f840a5d27 100644 --- a/.github/workflows/tests-windows.yml +++ b/.github/workflows/tests-windows.yml @@ -53,6 +53,7 @@ jobs: check_name: CLI Test Results (Windows) files: packages/bruno-tests/collection/junit.xml comment_mode: off + check_run: false e2e-test: name: Playwright E2E Tests (Windows)