You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -
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 -But this steps throws an error as
unknown test file type for './NUnitResults.xml'
Are NUnit Test Results not supported by this action yet?
The text was updated successfully, but these errors were encountered: