Skip to content

Commit

Permalink
[CI]: Fix android tests step
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Oct 25, 2023
1 parent 0b8331d commit f6f51c2
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ jobs:
run: |
tools/install-sys-dependencies-linux
# TODO remove this
- 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: Cache Rust
uses: Swatinem/rust-cache@v2
with:
Expand Down Expand Up @@ -77,15 +66,15 @@ jobs:
./gradlew assembleAndroidTest
popd
# - 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: 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 f6f51c2

Please sign in to comment.