mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
chore: fix result incorrect grouping
This commit is contained in:
1
.github/workflows/tests-linux.yml
vendored
1
.github/workflows/tests-linux.yml
vendored
@@ -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)
|
||||
|
||||
1
.github/workflows/tests-macos.yml
vendored
1
.github/workflows/tests-macos.yml
vendored
@@ -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)
|
||||
|
||||
1
.github/workflows/tests-windows.yml
vendored
1
.github/workflows/tests-windows.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user