Try aosp_atd emulator for instrumentation tests

This commit is contained in:
Torsten Grote 2024-03-07 17:30:35 -03:00
parent fb4e1711f2
commit cfe45b4587
No known key found for this signature in database
GPG key ID: 3E5F77D92CF891FF

View file

@ -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