Skip to content

Commit

Permalink
improve UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisdt committed Sep 29, 2022
1 parent a6e6580 commit 5fadc8f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ui-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
# test on the minimum and on a more recent version
android: [ 21, 33 ]
android: [ 21, 28 ]
fail-fast: false
steps:
- name: Check out repository
Expand Down Expand Up @@ -64,8 +64,6 @@ jobs:
uses: reactivecircus/[email protected]
with:
api-level: ${{ matrix.android }}
# use target "google_apis" because there are no "default" images for recent Android versions
target: google_apis
arch: x86_64
force-avd-creation: false
emulator-options: >-
Expand All @@ -77,8 +75,6 @@ jobs:
uses: reactivecircus/[email protected]
with:
api-level: ${{ matrix.android }}
# use target "google_apis" because there are no "default" images for recent Android versions
target: google_apis
arch: x86_64
force-avd-creation: false
emulator-options: >-
Expand Down

0 comments on commit 5fadc8f

Please sign in to comment.