From a49e901fb419d179387382e72f927ef3363dfe8e Mon Sep 17 00:00:00 2001 From: Don Turner Date: Tue, 19 Dec 2023 16:02:35 +0000 Subject: [PATCH] Don't run unit tests on prodDebug variant Change-Id: I0adf6c70b9634de876aed64400a7d3b4033983b3 --- .github/workflows/Build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index d47342c6a..d1d631117 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -75,7 +75,7 @@ jobs: # Run local tests after screenshot tests to avoid wrong UP-TO-DATE. TODO: Ignore screenshots. - name: Run local tests if: always() - run: ./gradlew testDemoDebug testProdDebug :lint:test + run: ./gradlew testDemoDebug :lint:test # Replace task exclusions with `-Pandroidx.baselineprofile.skipgeneration` when # https://android-review.googlesource.com/c/platform/frameworks/support/+/2602790 landed in a # release build