Skip to content

Commit c661f44

Browse files
authored
Remove android step from main workflow
removes android step, related to #115
1 parent 793b7d4 commit c661f44

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/main-ci.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,3 @@ jobs:
1717
java-version: 1.8
1818
- name: Build with Gradle
1919
run: ./gradlew :build -Prelease
20-
android:
21-
runs-on: macos-latest
22-
steps:
23-
- uses: actions/checkout@v2
24-
- name: Run tests on emulator
25-
uses: reactivecircus/android-emulator-runner@v2
26-
with:
27-
api-level: 28
28-
script: ./gradlew android-test:connectedAndroidTest -Prelease -Pandroid.useAndroidX=true --info

0 commit comments

Comments
 (0)