Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Santarh committed Mar 27, 2024
1 parent 37fdde4 commit c62c1fd
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/create-unitypackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,9 @@ jobs:
exit 1
fi
- name: Upload Test Results
id: upload-test-results
# v4 だとテストレポーターでエラーになるので v3 を使う
uses: actions/upload-artifact@v3
if: ${{ !cancelled() }}
with:
name: nunit-test-results
path: output.xml

- uses: dorny/test-reporter@v1
if: ${{ !cancelled() }}
with:
artifact: nunit-test-results
name: UnityPackage Test Report
path: output.xml
reporter: dotnet-trx
Expand Down

0 comments on commit c62c1fd

Please sign in to comment.