Skip to content

Commit 04a81bd

Browse files
authored
Update maven_java-lib.yml
1 parent 3a3b014 commit 04a81bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/maven_java-lib.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ jobs:
3030
- name: Check code format
3131
run: mvn -f proxy git-code-format:validate-code-format
3232
- name: Build with Maven
33-
run: mvn -f proxy test -B
33+
run: mvn -f proxy test -B --fail-at-end
34+
- name: Publish Test Report
35+
if: ${{ always() }}
36+
uses: scacap/action-surefire-report@v1

0 commit comments

Comments
 (0)