We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2c699 commit caa7d58Copy full SHA for caa7d58
.github/workflows/tck-vtl-tf.yml
@@ -60,17 +60,11 @@ jobs:
60
- name: Build and run tests
61
run: mvn clean test --batch-mode
62
63
- - name: Upload test results
64
- if: always()
65
- uses: actions/upload-artifact@v4
66
- with:
67
- name: surefire-reports
68
- path: target/surefire-reports
69
70
- name: Publish JUnit test results
71
if: always()
72
uses: dorny/test-reporter@v2
73
with:
74
name: JUnit Test Report
75
- path: target/surefire-reports/*.xml
+ path: coverage/target/surefire-reports/*.xml
76
reporter: java-junit
0 commit comments