Backend/.drone.yml

9 lines
114 B
YAML
Raw Normal View History

2021-07-31 19:13:20 -04:00
kind: pipeline
name: default
steps:
- name: test
image: gradle:7.1-jdk11
commands:
- gradle test