Skip to content

Commit

Permalink
Android testing // emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
romellfudi committed Jun 23, 2021
1 parent cae4196 commit 471c88a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- name: run Android tests
uses: malinskiy/action-android/emulator-run-cmd@release/0.1.2
- name: checkout
uses: actions/checkout@v2
- name: run android tests
uses: reactivecircus/android-emulator-runner@v2
with:
api: 29
cmd: ./gradlew connectedAndroidTest -p app-kotlin
api-level: 29
script: ./gradlew connectedAndroidTest -p app-kotlin

0 comments on commit 471c88a

Please sign in to comment.