Skip to content

Commit

Permalink
Adding instrumentation tests step
Browse files Browse the repository at this point in the history
  • Loading branch information
javrudsky committed Aug 23, 2022
1 parent 7c409bf commit e0f124f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,16 @@ jobs:
uses: actions/checkout@v2
- name: Test with Gradle
run: cd project; ./gradlew test

jobs:
itest:
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v3

- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: ./gradlew connectedCheck

0 comments on commit e0f124f

Please sign in to comment.