A GitHub action to gather and display Unit Tests from the Unity Game Engine.
steps:
- uses: buildalon/unity-test-summary@v1
with:
test-results: 'path/to/test-results/**/*.xml'
name | description | required |
---|---|---|
test-results |
The path to the test results file(s). | true |