Skip to content

Commit

Permalink
- Fix android emulator #2
Browse files Browse the repository at this point in the history
  • Loading branch information
DesarrolloAntonio committed Jun 18, 2024
1 parent 7e8ed9a commit 20f104c
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,15 @@ 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: google_apis
target: default
arch: x86_64
profile: Nexus 6
emulator-options: -no-window -no-snapshot
emulator-options: -no-window
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 @@ -76,3 +66,4 @@ jobs:
prerelease: false
files: |
presentation/build/outputs/apk/release/*.apk

0 comments on commit 20f104c

Please sign in to comment.