From 9f1e1889cb4f8162614167239fdb36257b6b0c46 Mon Sep 17 00:00:00 2001 From: Adetunji Dahunsi Date: Tue, 14 Feb 2023 08:24:13 -0500 Subject: [PATCH] Run build tests with the Demo variant --- .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 978279c11..342714245 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -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()