Skip to content

ci: single e2e test #15

ci: single e2e test

ci: single e2e test #15

Workflow file for this run

on: [push]
jobs:
adb-test:
runs-on: self-hosted
steps:
- name: Run Detox Tests on Android Emulator
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 34
target: google_atd
arch: arm64-v8a
avd-name: Pixel_API_34_AOSP
script: gradlew connectedCheck