chore: add tests in DroneCI pt2
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3b781c421c
commit
c15e57febe
27
.drone.yml
27
.drone.yml
|
@ -9,7 +9,26 @@ steps:
|
||||||
- ./mvnw package -B -DskipTests=true
|
- ./mvnw package -B -DskipTests=true
|
||||||
- name: Tests
|
- name: Tests
|
||||||
image: quay.io/testcontainers/dind-drone-plugin
|
image: quay.io/testcontainers/dind-drone-plugin
|
||||||
build_image: eclipse-temurin:17-jdk
|
environment:
|
||||||
cmd: ./mvnw test
|
CI_WORKSPACE: "/drone/src"
|
||||||
prefetch_images:
|
settings:
|
||||||
- "postgres:13-alpine"
|
cmd: ./mvnw test
|
||||||
|
build_image: eclipse-temurin:17-jdk
|
||||||
|
prefetch_images:
|
||||||
|
- "postgres:13-alpine"
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
path: /var/run
|
||||||
|
|
||||||
|
# Specify docker:dind as a service
|
||||||
|
services:
|
||||||
|
- name: docker
|
||||||
|
image: docker:dind
|
||||||
|
privileged: true
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
path: /var/run
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
temp: {}
|
Loading…
Reference in New Issue