chore: fix result incorrect grouping

This commit is contained in:
Bijin A B
2026-03-22 11:23:09 +05:30
parent 3f183e0be0
commit a895afadc5
3 changed files with 3 additions and 0 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)