Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test with emulator 33 #1274

Merged
merged 7 commits into from May 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/android_test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
# Allow tests to continue on other devices if they fail on one device.
fail-fast: false
matrix:
api-level: [ 30 ]
api-level: [ 30, 33 ]

env:
TERM: dumb
Expand Down Expand Up @@ -47,7 +47,9 @@ jobs:
with:
api-level: ${{ matrix.api-level }}
target: android-wear
profile: wear_round_454
profile: wearos_large_round
channel: beta
arch: ${{ matrix.api-level == 33 && 'x86_64' || 'x86' }}
emulator-options: -no-window -no-snapshot
script: |
./gradlew connectedDebugAndroidTest \
Expand Down