Skip to content

Commit 9153aca

Browse files
authored
ci: try pre-running avd
1 parent d648077 commit 9153aca

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/pull_request.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,14 @@ jobs:
114114
- name: SBG tests
115115
run: ./gradlew runSbgTests --stacktrace
116116
- name: Run unit tests
117-
uses: ReactiveCircus/android-emulator-runner@v2
118-
with:
119-
force-avd-creation: false
120-
disable-animations: false
121-
emulator-options: -noaudio -no-boot-anim -camera-back none
122-
api-level: ${{env.ANDROID_API}}
123-
# this is needed on API 30+
124-
#target: google_apis
125-
arch: ${{env.ANDROID_ABI}}
126-
script: ./gradlew runtestsAndVerifyResults --stacktrace
117+
run: ./gradlew runtestsAndVerifyResults --stacktrace
118+
# uses: ReactiveCircus/android-emulator-runner@v2
119+
# with:
120+
# force-avd-creation: false
121+
# disable-animations: false
122+
# emulator-options: -noaudio -no-boot-anim -camera-back none
123+
# api-level: ${{env.ANDROID_API}}
124+
# # this is needed on API 30+
125+
# #target: google_apis
126+
# arch: ${{env.ANDROID_ABI}}
127+
# script: ./gradlew runtestsAndVerifyResults --stacktrace

0 commit comments

Comments
 (0)