Skip to content

Commit caa7d58

Browse files
committed
Update tck-vtl-tf.yml
1 parent ff2c699 commit caa7d58

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,11 @@ jobs:
6060
- name: Build and run tests
6161
run: mvn clean test --batch-mode
6262

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
6963

7064
- name: Publish JUnit test results
7165
if: always()
7266
uses: dorny/test-reporter@v2
7367
with:
7468
name: JUnit Test Report
75-
path: target/surefire-reports/*.xml
69+
path: coverage/target/surefire-reports/*.xml
7670
reporter: java-junit

0 commit comments

Comments
 (0)