Skip to content

Commit 4805ac9

Browse files
committed
run maven with debug
1 parent 3328a63 commit 4805ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
distribution: 'temurin'
2828
cache: maven
2929
- name: Build with MavenWrapper
30-
run: ./mvnw -X package
30+
run: ./mvnw -X -Dtest=CollectionTest#linkchecking -Dsurefire.failIfNoSpecifiedTests=false clean test
3131

3232
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3333
- name: Update dependency graph

0 commit comments

Comments
 (0)