Merge pull request #631 from grote/aosp_atd

Try aosp_atd emulator for instrumentation tests
This commit is contained in:
Torsten Grote 2024-03-08 09:48:47 -03:00 committed by GitHub
commit 92c87d3b5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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