File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8080 if : !cancelled()
8181 with :
8282 files : " tests/*.xml"
83- comment_mode : off
83+ comment_mode : always
8484 check_name : tests-some (${{ matrix.engine }}) Results
8585
8686 tests-full :
@@ -126,7 +126,7 @@ jobs:
126126 if : !cancelled()
127127 with :
128128 files : " tests/*.xml"
129- comment_mode : off
129+ comment_mode : always
130130 check_name : tests-full (${{ matrix.engine }}) Results
131131
132132 nitunit-some :
@@ -161,7 +161,7 @@ jobs:
161161 if : !cancelled()
162162 with :
163163 files : " *.xml"
164- comment_mode : off
164+ comment_mode : always
165165 check_name : ' nitunit-some Results'
166166
167167 nitunit-full :
@@ -196,7 +196,7 @@ jobs:
196196 if : !cancelled()
197197 with :
198198 files : " *.xml"
199- comment_mode : off
199+ comment_mode : always
200200 check_name : ' nitunit-full Results'
201201
202202 test-contrib :
@@ -218,7 +218,7 @@ jobs:
218218 if : !cancelled()
219219 with :
220220 files : " *.xml"
221- comment_mode : off
221+ comment_mode : always
222222 check_name : ' test-contrib Results'
223223
224224 bootstrap-full :
You can’t perform that action at this time.
0 commit comments