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 068cb24 commit ca48395Copy full SHA for ca48395
2 files changed
.github/workflows/full-build.yml
@@ -32,7 +32,7 @@ jobs:
32
BUILD_SECURE_PORT: 0
33
- name: Test Result
34
uses: mikepenz/action-junit-report@v3
35
- if: always()
+ if: failure()
36
with:
37
check_name: JUnit ${{ matrix.kind }} ${{ matrix.jre }} ${{ matrix.os }}
38
report_paths: '*/target/*/TEST-*.xml'
.github/workflows/quick-build.yml
@@ -36,7 +36,7 @@ jobs:
39
40
41
check_name: JUnit ${{ matrix.kind }} ${{ matrix.java_version }} ${{ matrix.os }}
42
0 commit comments