From cd850319e5a533414c9c01100d756ef3a7993f5a Mon Sep 17 00:00:00 2001 From: Jared Burrows Date: Wed, 30 Oct 2024 19:27:08 -0400 Subject: [PATCH] Remove test comment --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb178069..e8d47030 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,8 +55,8 @@ jobs: uses: EnricoMi/publish-unit-test-result-action@v2.18.0 if: always() with: + comment_mode: off check_name: "Unit Test Results" - comment_mode: always action_fail_on_inconclusive: true files: | app/build/test-results/**/TEST-*.xml @@ -103,8 +103,8 @@ jobs: uses: EnricoMi/publish-unit-test-result-action@v2.18.0 if: always() with: + comment_mode: off check_name: "Integration Test Results" - comment_mode: always action_fail_on_inconclusive: true files: | app/build/outputs/androidTest-results/**/TEST-*.xml