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 b23cc08 commit 9ca16d4Copy full SHA for 9ca16d4
.github/workflows/maven-build.yml
@@ -19,4 +19,4 @@ jobs:
19
- name: Build with Maven
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
- run: mvn -B verify --file pom.xml
+ run: mvn -B verify -fae --file pom.xml
0 commit comments