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 3328a63 commit 4805ac9Copy full SHA for 4805ac9
.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
27
distribution: 'temurin'
28
cache: maven
29
- name: Build with MavenWrapper
30
- run: ./mvnw -X package
+ run: ./mvnw -X -Dtest=CollectionTest#linkchecking -Dsurefire.failIfNoSpecifiedTests=false clean test
31
32
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
33
- name: Update dependency graph
0 commit comments