integrate/.drone.yml
Philipp Rothmann 4b05414998 add dronefile
2022-04-29 15:58:11 +02:00

11 lines
136 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: docker/compose:1.23.2
commands:
- make init
- make up
- make test