eva2/.drone.yml
Fabian Becker ebef275eeb
Some checks failed
continuous-integration/drone/push Build is failing
Update .drone.yml
2021-12-30 10:11:07 +01:00

10 lines
119 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: gradle:jdk8
commands:
- gradle test --info