Merge branch 'feature/versions-update' into develop
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default-java-runner
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: maven:3.9.5-amazoncorretto-21-debian
|
||||
commands:
|
||||
- mvn install -B -V
|
||||
- mvn test -B
|
Reference in New Issue
Block a user