Drone yml config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jaime Freire
2023-11-25 17:23:05 +01:00
parent f04d21e1d1
commit f10c2e28b8

View File

@ -4,7 +4,7 @@ name: default-java-runner
steps:
- name: test
image: maven:3.9.5-amazoncorretto-8-debian
image: maven:3.9.5-amazoncorretto-21-debian
commands:
- mvn install -B -V
- mvn test -B