Don't run unit tests on prodDebug variant

Change-Id: I0adf6c70b9634de876aed64400a7d3b4033983b3
pull/1106/head
Don Turner 7 months ago
parent f1d045aef4
commit a49e901fb4

@ -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

Loading…
Cancel
Save