We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 184e2d0 + c661f44 commit bb8c000Copy full SHA for bb8c000
1 file changed
.github/workflows/main-ci.yaml
@@ -17,12 +17,3 @@ jobs:
17
java-version: 1.8
18
- name: Build with Gradle
19
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