Skip to content

Commit 94e8482

Browse files
committed
refactor
Signed-off-by: Lantao Jin <[email protected]>
1 parent 1bfb8f3 commit 94e8482

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
+7-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
name: Test and Build Report
1+
name: Test Report
22
on:
33
workflow_run:
4-
workflows: ['CI'] # runs after CI workflow
4+
workflows:
5+
- CI # runs after CI workflow
56
types:
67
- completed
78
permissions:
@@ -14,7 +15,7 @@ jobs:
1415
steps:
1516
- uses: dorny/test-reporter@v1
1617
with:
17-
artifact: test-results # artifact name
18-
name: JUnit Tests # Name of the check run which will be created
19-
path: target/test-reports/*.xml # Path to test results (inside artifact .zip)
20-
reporter: java-junit # Format of test results
18+
artifact: test-results # artifact name
19+
name: Java Tests
20+
path: target/test-reports/*.xml
21+
reporter: java-junit

0 commit comments

Comments
 (0)