Files
gossip-revisited/.drone.yml
Jaime Freire f04d21e1d1
Some checks failed
continuous-integration/drone/push Build is failing
Drone yml config
2023-11-25 17:21:15 +01:00

10 lines
192 B
YAML

kind: pipeline
type: docker
name: default-java-runner
steps:
- name: test
image: maven:3.9.5-amazoncorretto-8-debian
commands:
- mvn install -B -V
- mvn test -B