CI: produce JUnit XML from Unity tests for GitHub test reporting

Agent-Logs-Url: https://github.com/tbamud/tbamud/sessions/0bc0c851-36e7-4d13-a393-517477e66c73

Co-authored-by: welcor <357770+welcor@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-22 21:41:53 +00:00
committed by GitHub
parent d810782392
commit 73bda79fe6
4 changed files with 98 additions and 25 deletions

View File

@@ -8,6 +8,8 @@ on:
permissions:
contents: read
checks: write
pull-requests: write
jobs:
build:
@@ -24,3 +26,10 @@ jobs:
- name: test
working-directory: tests
run: make test
- name: publish test results
uses: dorny/test-reporter@v1
if: always()
with:
name: Unity Tests
path: tests/test-results/*.xml
reporter: java-junit