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 3a3b014 commit 04a81bdCopy full SHA for 04a81bd
.github/workflows/maven_java-lib.yml
@@ -30,4 +30,7 @@ jobs:
30
- name: Check code format
31
run: mvn -f proxy git-code-format:validate-code-format
32
- name: Build with Maven
33
- run: mvn -f proxy test -B
+ 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