Skip to content

using ./gradlew build instead of ./gradlew connectedCheck for now #1

using ./gradlew build instead of ./gradlew connectedCheck for now

using ./gradlew build instead of ./gradlew connectedCheck for now #1

Workflow file for this run

name: Run unit tests
on:
push:
branches:
- '*'
pull_request:
branches:
- main
jobs:
test:
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 build # might change from build to connectedCheck at some point