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 8f82590 commit 70bd55bCopy full SHA for 70bd55b
.github/workflows/mvn-test.yml
@@ -222,7 +222,7 @@ jobs:
222
key: maven-repo-${{ github.run_id }}-${{ github.run_attempt }}
223
224
- name: Build packages for Builder Tests
225
- run: ./mvnw clean package --batch-mode --errors --show-version
+ run: ./mvnw clean package -DskipTests --batch-mode --errors --show-version
226
227
- name: Run Builder Tests
228
working-directory: package
0 commit comments