Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Santarh committed Mar 27, 2024
1 parent 409682a commit 3b38141
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/create-unitypackage-test-report.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/create-unitypackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ jobs:
name: nunit-test-results
path: output.xml

- uses: dorny/test-reporter@v1
with:
artifact: nunit-test-results
name: UnityPackage Test Report
path: "*.xml"
reporter: dotnet-trx



0 comments on commit 3b38141

Please sign in to comment.