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 bb3f9b2 commit 932deaeCopy full SHA for 932deae
.github/workflows/full-build.yml
@@ -32,7 +32,7 @@ jobs:
32
BUILD_SECURE_PORT: 0
33
BUILD_LOG_LEVEL: 'ERROR'
34
- name: Test Result
35
- uses: mikepenz/action-junit-report@v3
+ uses: mikepenz/action-junit-report@v5
36
if: failure()
37
with:
38
check_name: JUnit ${{ matrix.kind }} ${{ matrix.jre }} ${{ matrix.os }}
.github/workflows/quick-build.yml
@@ -37,7 +37,7 @@ jobs:
39
40
41
42
43
check_name: JUnit ${{ matrix.kind }} ${{ matrix.java_version }} ${{ matrix.os }}
0 commit comments