Skip to content

Commit

Permalink
Add action-junit-report
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Apr 18, 2024
1 parent 7cfd29e commit 784faa1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/unity-meta-check-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@ jobs:
target_path: ./Directory
log_level: DEBUG
ignored_file_path: .meta-check-ignore
enable_junit: true
junit_xml_path: junit.xml
enable_pr_comment: true
pr_comment_lang: ja
pr_comment_send_success: true
pr_comment_pull_number: ${{ steps.findPr.outputs.number }}
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: always()

- uses: mikepenz/action-junit-report@v3
with:
report_paths: junit.xml
detailed_summary: true
if: always()

0 comments on commit 784faa1

Please sign in to comment.