Skip to content

Commit

Permalink
- Fix android emulator #1
Browse files Browse the repository at this point in the history
  • Loading branch information
DesarrolloAntonio committed Jun 14, 2024
1 parent 6113799 commit 7e8ed9a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,25 @@ jobs:
- name: Run Unit Tests
run: ./gradlew test

- name: Install Android SDK
uses: actions/setup-android-sdk@v2
with:
api-level: 30
build-tools: 30.0.3

- name: Start emulator
uses: ReactiveCircus/[email protected]
with:
api-level: 30
target: default
target: google_apis
arch: x86_64
profile: Nexus 6
emulator-options: -no-window
emulator-options: -no-window -no-snapshot
disable-animations: true
working-directory: ./

- name: Wait for Emulator
run: adb wait-for-device

- name: Run Instrumented Tests
run: ./gradlew connectedAndroidTest
Expand Down Expand Up @@ -66,4 +76,3 @@ jobs:
prerelease: false
files: |
presentation/build/outputs/apk/release/*.apk

0 comments on commit 7e8ed9a

Please sign in to comment.