Skip to content

Commit 65203dd

Browse files
committed
Update sdk_test.yml
1 parent fba02de commit 65203dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdk_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: reactivecircus/android-emulator-runner@v2
3333
with:
3434
api-level: 29
35-
arch: x86_64
35+
arch: arm64-v8a
3636
force-avd-creation: false
3737
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
3838
disable-animations: false
@@ -60,7 +60,7 @@ jobs:
6060
arch: x86_64
6161
force-avd-creation: false
6262
ram-size: 4096M
63-
script: ./gradlew connectedQaDebugAndroidTest --stacktrace --no-daemon
63+
script: ./gradlew :xendit-android:connectedCheck --stacktrace --no-daemon
6464

6565
# notify-slack:
6666
# needs: unit-test

0 commit comments

Comments
 (0)