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 bc9e051 commit c49e6c4Copy full SHA for c49e6c4
.github/workflows/full-build.yml
@@ -29,10 +29,9 @@ jobs:
29
BUILD_PORT: 0
30
BUILD_SECURE_PORT: 0
31
BUILD_LOG_LEVEL: 'ERROR'
32
- - name: Publish Test Results
33
- uses: dorny/test-reporter@v1
+ - name: Test Result
+ uses: mikepenz/action-junit-report@v5
34
if: always()
35
with:
36
- name: JUnit Results (${{ matrix.os }} - Java ${{ matrix.java-version }})
37
- path: target/surefire-reports/*.xml
38
- reporter: java-junit
+ check_name: JUnit ${{ matrix.kind }} ${{ matrix.java-version }} ${{ matrix.os }}
+ report_paths: '*/target/*/TEST-*.xml'
0 commit comments