Skip to content

Commit 4ec8176

Browse files
committed
github action: try to activate the PR comment mode
Signed-off-by: Jean Privat <[email protected]>
1 parent cd7425f commit 4ec8176

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/makefile.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
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:

0 commit comments

Comments
 (0)