Skip to content
Compare
Choose a tag to compare
@ychescale9 ychescale9 released this 16 Oct 03:50
· 138 commits to main since this release

Added support for using the playstore system images:

- name: run tests
  uses: reactivecircus/android-emulator-runner@v2
  with:
    api-level: 30
    target: playstore
    arch: x86
    script: ./gradlew connectedCheck