Skip to content

Commit

Permalink
ci: Try to enable Emulator testing with SDK 34 again
Browse files Browse the repository at this point in the history
We have set the density to 240 for Emulators, and we can try
to enable it for SDK 34 again to test stability.

Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed May 4, 2024
1 parent 1d0ec13 commit b6b94c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Expand Up @@ -88,7 +88,7 @@ jobs:
# Allow tests to continue on other devices if they fail on one device.
fail-fast: false
matrix:
api-level: [ 29 ]
api-level: [ 29, 34 ]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -138,7 +138,6 @@ jobs:
script: echo "Generated AVD snapshot for caching."

- name: Run device tests
# See https://github.com/orgs/community/discussions/27121
# We need to use adb shell wm density to reset device's density to ensure it can work
# with some tests correctly.
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit b6b94c2

Please sign in to comment.