Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 405 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 405 Bytes

unity-test-summary

A GitHub action to gather and display Unit Tests from the Unity Game Engine.

How to use

workflow

steps:
  - uses: RageAgainstThePixel/unity-test-summary@v1
  with:
    test-results: 'path/to/test-results/**/*.xml'

inputs

name description required
test-results The path to the test results file(s). true