Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Oct 25, 2023
1 parent 0d2f53d commit eab5f83
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [[16, x86], [21, x86], [23, x86], [27, x86_64], [29, x86_64]]
arch: [[16, x86], [21, x86], [23, x86], [29, x86_64]]
steps:
- env:
ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 170

- name: checkout
uses: actions/checkout@v3

Expand All @@ -81,7 +84,7 @@ jobs:
api-level: ${{ matrix.arch[0] }}
arch: ${{ matrix.arch[1] }}
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -noaudio -no-boot-anim -camera-back none
emulator-options: -no-snapshot-save -no-window -gpu auto -noaudio -no-boot-anim -camera-back none
disable-animations: true
sdcard-path-or-size: 900M
script: ./gradlew connectedDebugAndroidTest -Porion.CIBuild=true
Expand Down

0 comments on commit eab5f83

Please sign in to comment.