Skip to content

Commit cc2878e

Browse files
committed
Try an other reporter for TCK
1 parent adf847f commit cc2878e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

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

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

0 commit comments

Comments
 (0)