Skip to content

Commit ac7f6cb

Browse files
authored
Merge pull request #596 from android/tunjid-ci-build-fix
Run build tests with the Demo variant
2 parents 0a02c06 + 9f1e188 commit ac7f6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
disable-animations: true
9191
disk-size: 6000M
9292
heap-size: 600M
93-
script: ./gradlew connectedProdDebugAndroidTest -x :benchmark:connectedProdBenchmarkAndroidTest
93+
script: ./gradlew connectedDemoDebugAndroidTest -x :benchmark:connectedDemoBenchmarkAndroidTest
9494

9595
- name: Upload test reports
9696
if: always()

0 commit comments

Comments
 (0)