Skip to content

Commit

Permalink
Merge pull request #116 from cryptimeleon/develop
Browse files Browse the repository at this point in the history
Hotfix: Remove android step from main workflow
  • Loading branch information
feidens authored Jun 23, 2021
2 parents 184e2d0 + c661f44 commit bb8c000
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,3 @@ jobs:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew :build -Prelease
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 -Prelease -Pandroid.useAndroidX=true --info

0 comments on commit bb8c000

Please sign in to comment.