From 4418404a71762eb3155c10e1d33efc82cb34c224 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 27 Feb 2021 23:37:18 +0530 Subject: [PATCH] github: use google_apis variant of emulator image Signed-off-by: Harsh Shandilya --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5e6db75f..f2f7394e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -25,7 +25,7 @@ jobs: uses: reactivecircus/android-emulator-runner@08b092e904025fada32a01b711af1e7ff7b7a4a3 with: api-level: 30 - target: default + target: google_apis script: | ./gradlew :app:connectedDebugAndroidTest