Skip to content

Commit 9ca16d4

Browse files
committed
fail-at-end option (-fae) added to GitHub Actions maven build
1 parent b23cc08 commit 9ca16d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Build with Maven
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22-
run: mvn -B verify --file pom.xml
22+
run: mvn -B verify -fae --file pom.xml

0 commit comments

Comments
 (0)