Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Christian Basler 2021-12-08 14:55:02 +01:00
parent 6b8066d473
commit 6d7b77fd4b

View File

@ -3,7 +3,7 @@ name: default
steps: steps:
- name: test - name: test
image: adoptopenjdk/openjdk8:alpine image: androidsdk/android-28
commands: commands:
- ./gradlew assemble - ./gradlew assemble
- ./gradlew check - ./gradlew check