Skip to content

Commit

Permalink
[CI]: Try to use reactivecircus/android-emulator-runner@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Oct 25, 2023
1 parent 6267d26 commit 48e1ab7
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,30 @@ jobs:

- name: Install internal dependencies
run: tools/install-dependencies android
# if: steps.internal_cache.outputs.cache-hit != 'true'
if: steps.internal_cache.outputs.cache-hit != 'true'

- name: Generate files
run: tools/generate-files android

- name: Build Kotlin doc
run: tools/kotlin-doc

- name: Run test
run: tools/android-test
- name: Build tests
run: |
cd android
./gradlew assembleAndroidTest
- name: Run tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 26
target: google_apis
arch: x86
ndk: 23.1.7779620
cmake: 3.18.1
script: |
cd android
./gradlew connectedAndroidTest
- name: Build sample app
run: tools/samples-build android
Expand Down

0 comments on commit 48e1ab7

Please sign in to comment.