From 8188b0864a9a43cf9f32650dec4a23f79d7cefca Mon Sep 17 00:00:00 2001 From: jmarchel Date: Wed, 25 Oct 2023 10:22:47 +0200 Subject: [PATCH] Delete skiping tests from build job Change-Id: Iecacd7a0be5bc286da8e83148495289aa3327edf --- playbooks/java-libraries/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/java-libraries/build.yaml b/playbooks/java-libraries/build.yaml index 8fc88cd..279b32d 100644 --- a/playbooks/java-libraries/build.yaml +++ b/playbooks/java-libraries/build.yaml @@ -4,7 +4,7 @@ - install-maven tasks: - name: Build the project with Maven - shell: mvn clean install -DskipTests + shell: mvn clean install args: chdir: "{{ library_path }}" # Pointing to the directory with pom.xml vars: