Open
Description
I have a .NET framework project with unit tests running with NUnit. It generates a test result file as NUnitResults.xml
. In my GitHub workflow file I have a step for test-summary after running the tests as follows -
- name: Test Summary
uses: test-summary/[email protected]
if: always()
with:
paths: "./NUnitResults.xml"
But this steps throws an error as unknown test file type for './NUnitResults.xml'
Are NUnit Test Results not supported by this action yet?
Metadata
Assignees
Labels
No labels