Skip to content

Commit c49e6c4

Browse files
authored
build: revert test reporter
1 parent bc9e051 commit c49e6c4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/full-build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ jobs:
2929
BUILD_PORT: 0
3030
BUILD_SECURE_PORT: 0
3131
BUILD_LOG_LEVEL: 'ERROR'
32-
- name: Publish Test Results
33-
uses: dorny/test-reporter@v1
32+
- name: Test Result
33+
uses: mikepenz/action-junit-report@v5
3434
if: always()
3535
with:
36-
name: JUnit Results (${{ matrix.os }} - Java ${{ matrix.java-version }})
37-
path: target/surefire-reports/*.xml
38-
reporter: java-junit
36+
check_name: JUnit ${{ matrix.kind }} ${{ matrix.java-version }} ${{ matrix.os }}
37+
report_paths: '*/target/*/TEST-*.xml'

0 commit comments

Comments
 (0)