diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe2976196..b45dfbdb3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file