Skip to content

Commit

Permalink
Use google_atd for Android 13 emulator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Oct 11, 2023
1 parent c208d55 commit 926db3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ jobs:
fail-fast: false
matrix:
android_target: [33, 34]
emulator_type: [default, google_apis]
emulator_type: [default, google_apis, google_atd]
exclude:
- android_target: 34
emulator_type: default
- android_target: 34
emulator_type: google_atd
- android_target: 33
emulator_type: google_apis
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 926db3a

Please sign in to comment.