From 3b781c421cfea85b1912ad978fdb06111139cee5 Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Mon, 27 Mar 2023 09:24:36 +0200 Subject: [PATCH] chore: add tests in DroneCI --- .drone.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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