Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DesarrolloAntonio committed Dec 18, 2024
2 parents a8b41cf + bbd8251 commit 71d79f8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,23 @@ jobs:
run: ./gradlew testDebugUnitTest

android_tests:
runs-on: macos-12
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- name: Start Emulator and Run Instrumented Tests
- name: Start Emulator and Run Tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
arch: arm64-v8a
target: google_apis
force-avd-creation: true
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim
script: ./gradlew connectedDebugAndroidTest

build_and_release:
Expand Down

0 comments on commit 71d79f8

Please sign in to comment.