We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2878e commit fcb85cdCopy full SHA for fcb85cd
.github/workflows/tck-vtl-tf.yml
@@ -60,8 +60,10 @@ jobs:
60
- name: Build and run tests
61
run: mvn clean test --batch-mode
62
63
- - name: Publish Test Report
64
- uses: mikepenz/action-junit-report@v5
+ - name: Publish JUnit test results
+ uses: dorny/test-reporter@v2
65
if: always()
66
with:
67
- report_paths: 'coverage/target/surefire-reports/open-test-report.xml'
+ name: JUnit Test Report
68
+ path: coverage/target/surefire-reports/open-test-report.xml
69
+ reporter: java-junit
0 commit comments