diff --git a/.drone.yml b/.drone.yml index 1c579d6..72c253b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,10 @@ steps: - name: Build image: eclipse-temurin:17-jdk commands: - - ./mvnw package -B -DskipTests=true \ No newline at end of file + - ./mvnw package -B -DskipTests=true + - name: Tests + image: quay.io/testcontainers/dind-drone-plugin + build_image: eclipse-temurin:17-jdk + cmd: ./mvnw test + prefetch_images: + - "postgres:13-alpine" \ No newline at end of file