Skip to content

Commit fcb85cd

Browse files
committed
Restore dorny/test-reporter for TCK
1 parent cc2878e commit fcb85cd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tck-vtl-tf.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ jobs:
6060
- name: Build and run tests
6161
run: mvn clean test --batch-mode
6262

63-
- name: Publish Test Report
64-
uses: mikepenz/action-junit-report@v5
63+
- name: Publish JUnit test results
64+
uses: dorny/test-reporter@v2
6565
if: always()
6666
with:
67-
report_paths: 'coverage/target/surefire-reports/open-test-report.xml'
67+
name: JUnit Test Report
68+
path: coverage/target/surefire-reports/open-test-report.xml
69+
reporter: java-junit

0 commit comments

Comments
 (0)