commit | cfe45b4587e1c79a59af360d7c069d21af93dec7 | [log] [tgz] |
---|---|---|
author | Torsten Grote <t@grobox.de> | Thu Mar 07 17:30:35 2024 -0300 |
committer | Torsten Grote <t@grobox.de> | Thu Mar 07 17:30:35 2024 -0300 |
tree | 183abcea885cf7d04ba2d40adde7a2932540f8a2 | |
parent | fb4e1711f2427b595de0daf09a99a814c0e858ec [diff] |
Try aosp_atd emulator for instrumentation tests
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8aeddf7..bf8aa1b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -19,7 +19,7 @@ fail-fast: false matrix: android_target: [ 33, 34 ] - emulator_type: [ default ] + emulator_type: [ aosp_atd ] d2d_backup_test: [ true, false ] steps: - name: Checkout Code