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 9074308 commit cee47b6Copy full SHA for cee47b6
.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
26
distribution: 'temurin'
27
cache: maven
28
- name: Build with Maven
29
- run: mvn -B package --file pom.xml
+ run: mvn -B package --file pom.xml -Dmaven.test.failure.ignore=true -fae
30
31
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
32
- name: Update dependency graph
0 commit comments