Skip to content

unknown test file type error thrown #12

Open
@Aanchal-Jain-Apica

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions