Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1022 from matrix-org/misc/android-emulator-ci-tweaks
Browse files Browse the repository at this point in the history
Android (CI): use API level 29 for the emulator
  • Loading branch information
jmartinesp committed Jul 18, 2024
2 parents 034afd0 + 7b99cab commit 4c50704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ concurrency:
jobs:
tests:
if: |
github.event_name == 'workflow_dispatch' ||
github.event_name == 'push' ||
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'Android'))
name: Run all tests
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [31]
api-level: [29]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -68,7 +69,6 @@ jobs:
api-level: ${{ matrix.api-level }}
arch: ${{ env.ARCH }}
profile: ${{ env.DEVICE }}
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
enable-hw-keyboard: true
Expand Down

0 comments on commit 4c50704

Please sign in to comment.