We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1688f commit ba77c0eCopy full SHA for ba77c0e
.github/workflows/main.yml
@@ -33,4 +33,4 @@ jobs:
33
echo "version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout | tail -1)" >> $GITHUB_OUTPUT
34
35
- name: Build with Maven
36
- run: mvn clean package
+ run: mvn clean package -DskipTests
0 commit comments