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