Skip to content

Room testing and Instrumented testing workflow #5

Room testing and Instrumented testing workflow

Room testing and Instrumented testing workflow #5

name: Instrumented Tests
on:
pull_request:
branches:
- 'master'
jobs:
connected-tests:
name: Run UI Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.4
- name: Setup Java JDK
uses: actions/setup-java@v4.2.1
with:
distribution: 'oracle'
java-version: '17'
- name: Run tests
uses: ReactiveCircus/android-emulator-runner@v2.30.1
with:
api-level: 30
target: google_apis
arch: x86_64
script: ./gradlew connectedCheck