We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba02de commit 65203ddCopy full SHA for 65203dd
.github/workflows/sdk_test.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: reactivecircus/android-emulator-runner@v2
33
with:
34
api-level: 29
35
- arch: x86_64
+ arch: arm64-v8a
36
force-avd-creation: false
37
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
38
disable-animations: false
@@ -60,7 +60,7 @@ jobs:
60
arch: x86_64
61
62
ram-size: 4096M
63
- script: ./gradlew connectedQaDebugAndroidTest --stacktrace --no-daemon
+ script: ./gradlew :xendit-android:connectedCheck --stacktrace --no-daemon
64
65
# notify-slack:
66
# needs: unit-test
0 commit comments