From cfe45b4587e1c79a59af360d7c069d21af93dec7 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 7 Mar 2024 17:30:35 -0300 Subject: [PATCH] Try aosp_atd emulator for instrumentation tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8aeddf71..bf8aa1b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: android_target: [ 33, 34 ] - emulator_type: [ default ] + emulator_type: [ aosp_atd ] d2d_backup_test: [ true, false ] steps: - name: Checkout Code