Skip to content

Commit

Permalink
Update maven_java-lib.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laullon authored Dec 14, 2022
1 parent 3a3b014 commit 04a81bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven_java-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ jobs:
- name: Check code format
run: mvn -f proxy git-code-format:validate-code-format
- name: Build with Maven
run: mvn -f proxy test -B
run: mvn -f proxy test -B --fail-at-end
- name: Publish Test Report
if: ${{ always() }}
uses: scacap/action-surefire-report@v1

0 comments on commit 04a81bd

Please sign in to comment.