Skip to content

Commit

Permalink
Add Android 15 to unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Feb 17, 2024
1 parent 0de159c commit f82b5bf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,20 @@ jobs:
target: google_apis
arch: x86_64
- api-level: 33
target: google_apis
target: default
arch: x86_64
- api-level: 33
target: android-tv
arch: x86
- api-level: 34
target: google_apis
target: default
arch: x86_64
- api-level: 34
target: android-tv
arch: x86
- api-level: VanillaIceCream
target: google_apis
arch: x86_64
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -164,7 +167,7 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: run tests
uses: yujincheng08/android-emulator-runner@release/apilevel
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.arch }}
Expand All @@ -173,7 +176,6 @@ jobs:
ccache -o cache_dir=${{ github.workspace }}/.ccache
ccache -o hash_dir=false
ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion'
echo 'android.native.buildOutput=verbose' >> gradle.properties
./gradlew :test:connectedCheck
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 f82b5bf

Please sign in to comment.