Merge pull request #596 from android/tunjid-ci-build-fix

Run build tests with the Demo variant
pull/1837/head
Adetunji Dahunsi 3 years ago committed by GitHub
commit f01c89a544

@ -90,7 +90,7 @@ jobs:
disable-animations: true
disk-size: 6000M
heap-size: 600M
script: ./gradlew connectedProdDebugAndroidTest -x :benchmark:connectedProdBenchmarkAndroidTest
script: ./gradlew connectedDemoDebugAndroidTest -x :benchmark:connectedDemoBenchmarkAndroidTest
- name: Upload test reports
if: always()

Loading…
Cancel
Save