From fdde96f087757c5b4341b80cacf30a089e9579d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Thu, 21 Mar 2024 20:41:20 +0100 Subject: [PATCH] Let's sway --- .github/workflows/Build.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index ed0c3435f..18e61b21e 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -194,7 +194,7 @@ jobs: - name: Run local tests (including Roborazzi) for the combined coverage report (only API 26) if: matrix.api-level == 26 - run: ./gradlew testDemoDebugUnitTest -Proborazzi.test.verify=true # Add Prod if we ever add JVM tests for prod + run: ./gradlew testDemoDebugUnitTest # Add Prod if we ever add JVM tests for prod # Add `createProdDebugUnitTestCoverageReport` if we ever add JVM tests for prod - name: Generate coverage reports for Debug variants (only API 26) @@ -217,13 +217,6 @@ jobs: paths: | ${{ github.workspace }}/**/build/reports/jacoco/**/*Report.xml token: ${{ secrets.GITHUB_TOKEN }} - - - - name: Debug - run: pwd - - - name: Debug - run: du -d 2 -h app/build/ - name: Upload local coverage reports (XML + HTML) (only API 26) if: matrix.api-level == 26