Skip to content

Commit acb6f23

Browse files
authored
[Infra] Reduce noise produced by test unit workflow (#7127)
We use `EnricoMi/publish-unit-test-result-action`, and we are reconfiguring it to stop publishing comments, and comparing between runs since the numbers it report are not correct in our case.
1 parent ca09956 commit acb6f23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,5 @@ jobs:
172172
if: always()
173173
with:
174174
files: "artifacts/**/*.xml"
175+
comment_mode: off
176+
compare_to_earlier_commit: false

0 commit comments

Comments
 (0)