commit | 92c87d3b5a2f7a7728e66c1be5cd165b03912819 | [log] [tgz] |
---|---|---|
author | Torsten Grote <grote@users.noreply.github.com> | Fri Mar 08 09:48:47 2024 -0300 |
committer | GitHub <noreply@github.com> | Fri Mar 08 09:48:47 2024 -0300 |
tree | 183abcea885cf7d04ba2d40adde7a2932540f8a2 | |
parent | fb4e1711f2427b595de0daf09a99a814c0e858ec [diff] | |
parent | cfe45b4587e1c79a59af360d7c069d21af93dec7 [diff] |
Merge pull request #631 from grote/aosp_atd 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