Skip to content

Commit 784faa1

Browse files
committed
Add action-junit-report
1 parent 7cfd29e commit 784faa1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/unity-meta-check-push.yml

+8
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,18 @@ jobs:
1919
target_path: ./Directory
2020
log_level: DEBUG
2121
ignored_file_path: .meta-check-ignore
22+
enable_junit: true
23+
junit_xml_path: junit.xml
2224
enable_pr_comment: true
2325
pr_comment_lang: ja
2426
pr_comment_send_success: true
2527
pr_comment_pull_number: ${{ steps.findPr.outputs.number }}
2628
env:
2729
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2830
if: always()
31+
32+
- uses: mikepenz/action-junit-report@v3
33+
with:
34+
report_paths: junit.xml
35+
detailed_summary: true
36+
if: always()

0 commit comments

Comments
 (0)