diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c34294ee..5a1b152d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -48,7 +48,7 @@ jobs: # Build the project (compiles and packages the code) - name: Build the project - run: mvn -B clean install --file pom.xml --batch-mode --fail-fast -Dgpg.skip=true -Dmaven.deploy.skip=true + run: mvn -B clean install -DskipTests --file pom.xml --batch-mode --fail-fast -Dgpg.skip=true -Dmaven.deploy.skip=true # Run tests - name: Run tests