Skip to content

Commit

Permalink
ci: try api 29
Browse files Browse the repository at this point in the history
  • Loading branch information
edusperoni committed Jun 27, 2023
1 parent 278d78d commit 45a700d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
NPM_TAG: "next"
EMULATOR_NAME: "runtime-emu"
NDK_VERSION: r21b
ANDROID_API: 33
ANDROID_API: 29
ANDROID_ABI: x86_64
NDK_ARCH: darwin-x86_64

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
uses: ReactiveCircus/android-emulator-runner@v2
with:
api-level: ${{env.ANDROID_API}}
target: google_apis
#target: google_apis
arch: ${{env.ANDROID_ABI}}
script: ./gradlew runtestsAndVerifyResults --stacktrace
# publish:
Expand Down
2 changes: 0 additions & 2 deletions test-app/runtests.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,8 @@ task runAdbAsRoot(type: Exec) {

if (isWinOs) {
commandLine "cmd", "/c", "adb", "-e", "root"
commandLine "cmd", "/c", "adb", "-e", "root"
} else {
commandLine "adb", "-e", "root"
commandLine "adb", "-e", "root"
}
sleep(10 * 1000) // wait 10s to make sure adb properly restarts, otherwise error: closed might happen on next command
}
Expand Down

0 comments on commit 45a700d

Please sign in to comment.