Backend/.drone.yml

9 lines
114 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: gradle:7.1-jdk11
commands:
- gradle test