Skip to content

Commit

Permalink
Change device configuration for android test
Browse files Browse the repository at this point in the history
  • Loading branch information
udenr committed Aug 29, 2023
1 parent 443d2e4 commit 5bf1882
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
api-level: [32]
target: [google_apis]
api-level: [29]
target: [default]
arch: [x86_64]
steps:
- name: Checkout
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
arch: ${{ matrix.arch }}
profile: Nexus 6
# force-avd-creation: false
# emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
Expand Down

0 comments on commit 5bf1882

Please sign in to comment.