Skip to content

Feature/no connection serial recovery key #696

Feature/no connection serial recovery key

Feature/no connection serial recovery key #696

Workflow file for this run

name: Emulate
on:
pull_request:
push:
branches:
- main
jobs:
check:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
android-api-level: [ 19, 21, 24, 29 ]
steps:
- uses: actions/checkout@v3
- uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.android-api-level }}
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew :android:connectedAndroidTest
- uses: actions/upload-artifact@v3
if: always()
with:
name: android-build-reports
path: android/build/reports/