Skip to content

Commit cee47b6

Browse files
authored
Update maven.yml
1 parent 9074308 commit cee47b6

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
@@ -26,7 +26,7 @@ jobs:
2626
distribution: 'temurin'
2727
cache: maven
2828
- name: Build with Maven
29-
run: mvn -B package --file pom.xml
29+
run: mvn -B package --file pom.xml -Dmaven.test.failure.ignore=true -fae
3030

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

0 commit comments

Comments
 (0)