We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cc5eb commit 556cfa6Copy full SHA for 556cfa6
.github/workflows/maven.yml
@@ -48,7 +48,7 @@ jobs:
48
49
# Build the project (compiles and packages the code)
50
- name: Build the project
51
- 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
52
53
# Run tests
54
- name: Run tests
0 commit comments