From ec53bddb9b33f37884644b28fc6b8dec0306a948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Mon, 20 Jan 2025 18:05:23 +0000 Subject: [PATCH] Adds emulator control to CI gradle properties Change-Id: Ie66194bb50b81e3445627b973a2d1331f4a22dd3 --- .github/ci-gradle.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties index a9abe496a..ca3a3f376 100644 --- a/.github/ci-gradle.properties +++ b/.github/ci-gradle.properties @@ -27,3 +27,5 @@ kotlin.incremental=false # If you want to treat warnings as errors locally, set this property to true # in your ~/.gradle/gradle.properties file. warningsAsErrors=false + +android.experimental.androidTest.enableEmulatorControl=true