Skip to content

Commit

Permalink
Update dev-ci.yaml
Browse files Browse the repository at this point in the history
fix for #115
  • Loading branch information
feidens authored Jun 23, 2021
1 parent a5bb438 commit c0dbed2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,4 @@ jobs:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew :build
android:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Run tests on emulator
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 28
script: ./gradlew android-test:connectedAndroidTest -Pandroid.useAndroidX=true --info

0 comments on commit c0dbed2

Please sign in to comment.