Skip to content

Commit

Permalink
github action: try to activate the PR comment mode
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Privat <[email protected]>
  • Loading branch information
privat committed Jun 27, 2024
1 parent cd7425f commit 4ec8176
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
if: !cancelled()
with:
files: "tests/*.xml"
comment_mode: off
comment_mode: always
check_name: tests-some (${{ matrix.engine }}) Results

tests-full:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
if: !cancelled()
with:
files: "tests/*.xml"
comment_mode: off
comment_mode: always
check_name: tests-full (${{ matrix.engine }}) Results

nitunit-some:
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
if: !cancelled()
with:
files: "*.xml"
comment_mode: off
comment_mode: always
check_name: 'nitunit-some Results'

nitunit-full:
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
if: !cancelled()
with:
files: "*.xml"
comment_mode: off
comment_mode: always
check_name: 'nitunit-full Results'

test-contrib:
Expand All @@ -218,7 +218,7 @@ jobs:
if: !cancelled()
with:
files: "*.xml"
comment_mode: off
comment_mode: always
check_name: 'test-contrib Results'

bootstrap-full:
Expand Down

0 comments on commit 4ec8176

Please sign in to comment.