From e69bffe7707ebd448e118fef499ef5dafb600117 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Paz Date: Wed, 9 Jul 2025 10:52:03 -0400 Subject: [PATCH] [Infra] Reduce noise produced by test unit workflow 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. --- .github/workflows/ci_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 5853fa8a4d1..967614f0855 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -172,3 +172,5 @@ jobs: if: always() with: files: "artifacts/**/*.xml" + comment_mode: off + compare_to_earlier_commit: false