Skip to content

Commit bb8c000

Browse files
authored
Merge pull request #116 from cryptimeleon/develop
Hotfix: Remove android step from main workflow
2 parents 184e2d0 + c661f44 commit bb8c000

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)