Skip to content

Commit f21fa03

Browse files
committed
Remove check_names
1 parent dbf48c5 commit f21fa03

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/tests-e2e.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
uses: mikepenz/action-junit-report@v5
6969
if: always()
7070
with:
71-
check_name: 'E2E tests report'
7271
report_paths: "./test-results/test-e2e*.xml"
7372
detailed_summary: true
7473
verbose_summary: true

.github/workflows/tests-performance.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
uses: mikepenz/action-junit-report@v5
5151
if: always()
5252
with:
53-
check_name: 'Performance measurements'
5453
report_paths: "./test-results/test-performance.xml"
5554
detailed_summary: true
5655
include_passed: true
@@ -61,7 +60,6 @@ jobs:
6160
uses: mikepenz/action-junit-report@v5
6261
if: always()
6362
with:
64-
check_name: 'Performance validation'
6563
report_paths: "./test-results/test-performance__validation.xml"
6664
detailed_summary: true
6765
include_passed: true

0 commit comments

Comments
 (0)