From 87ba3f9f5342ef283197a5705a0f585bcdd6f025 Mon Sep 17 00:00:00 2001 From: mendhak Date: Tue, 19 Mar 2024 21:15:05 +0000 Subject: [PATCH] removing test reporter, not adding much over what I've already got --- .github/workflows/android.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 178787c65..773b9958c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -22,7 +22,3 @@ jobs: - name: Run Unit Tests run: ./gradlew testDebugUnitTest -Dpre-dex=false -q --no-configuration-cache - - - name: Android Test Report - uses: asadmansr/android-test-report-action@v1.2.0 - if: ${{ always() }} \ No newline at end of file