Delete skiping tests from build job

Change-Id: Iecacd7a0be5bc286da8e83148495289aa3327edf
This commit is contained in:
jmarchel 2023-10-25 10:22:47 +02:00
parent f5d469974e
commit 8188b0864a

View File

@ -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: