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

This commit is contained in:
Fabian Becker 2021-12-30 10:08:40 +01:00
parent 2757678501
commit 4ae2ff3201

View File

@ -6,6 +6,4 @@ steps:
- name: test - name: test
image: gradle:jdk10 image: gradle:jdk10
commands: commands:
- gradle assemble
- gradle check
- gradle test --info - gradle test --info