File tree Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 55
55
uses : EnricoMi/publish-unit-test-result-action@v2
56
56
if : always()
57
57
with :
58
+ check_name : ' BE Unit tests summary'
58
59
comment_mode : ' failures'
60
+ check_run : false
59
61
files : redisinsight/api/reports/jest-*.xml
60
62
61
63
- name : Generate test results
Original file line number Diff line number Diff line change 72
72
uses : EnricoMi/publish-unit-test-result-action@v2
73
73
if : always()
74
74
with :
75
+ check_name : ' E2E (AppImage) tests summary'
75
76
comment_mode : off
77
+ check_run : false
76
78
files : tests/e2e/results/results.xml
77
79
78
80
- name : Generate test results
Original file line number Diff line number Diff line change 96
96
uses : EnricoMi/publish-unit-test-result-action/linux@v2
97
97
if : always()
98
98
with :
99
+ check_name : ' E2E (Docker ${{ matrix.parallel }}th) tests summary'
99
100
comment_mode : off
100
101
check_run : false
101
102
files : /usr/src/app/results/results.xml
Original file line number Diff line number Diff line change 53
53
uses : EnricoMi/publish-unit-test-result-action@v2
54
54
if : always()
55
55
with :
56
+ check_name : ' FE Unit tests summary'
56
57
comment_mode : ' failures'
57
58
files : reports/jest-*.xml
58
59
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ jobs:
128
128
uses : EnricoMi/publish-unit-test-result-action@v2
129
129
if : always()
130
130
with :
131
+ check_name : ' ITest (${{ matrix.rte }}) summary'
131
132
comment_mode : off
132
133
check_run : false
133
134
files : itest/results/*.result.xml
You can’t perform that action at this time.
0 commit comments