From e1ab51085e47f6e1ba42173268ad293d85562d42 Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Mon, 11 Dec 2023 16:09:39 +0100 Subject: [PATCH] turn off comment mode --- .github/workflows/android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 618bbd52..d3392432 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -48,6 +48,7 @@ jobs: uses: EnricoMi/publish-unit-test-result-action@v2 if: always() with: + comment-mode: off files: | ./**/build/test-results/test/*.xml