Skip to content

Commit

Permalink
Update sdk_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrio committed Dec 16, 2024
1 parent fba02de commit 65203dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
arch: x86_64
arch: arm64-v8a
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
arch: x86_64
force-avd-creation: false
ram-size: 4096M
script: ./gradlew connectedQaDebugAndroidTest --stacktrace --no-daemon
script: ./gradlew :xendit-android:connectedCheck --stacktrace --no-daemon

# notify-slack:
# needs: unit-test
Expand Down

0 comments on commit 65203dd

Please sign in to comment.