mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
RunUnityTests - try different test reporter
This commit is contained in:
parent
c8743b287a
commit
9d46590db1
15
.github/workflows/RunUnityTests.yml
vendored
15
.github/workflows/RunUnityTests.yml
vendored
@ -54,8 +54,15 @@ jobs:
|
||||
path: artifacts
|
||||
|
||||
- name: Publish test results
|
||||
uses: MirrorNetworking/nunit-reporter@master
|
||||
uses: dorny/test-reporter@v1
|
||||
if: success() || failure() # run this step even if previous step failed
|
||||
with:
|
||||
reportTitle: Test Report ${{ matrix.unityVersion }}
|
||||
path: "artifacts/*.xml"
|
||||
access-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
name: Test Report ${{ matrix.unityVersion }} # Name of the check run which will be created
|
||||
path: artifacts/*.xml # Path to test results
|
||||
reporter: jest-junit # Format of test results
|
||||
|
||||
#uses: MirrorNetworking/nunit-reporter@master
|
||||
#with:
|
||||
# reportTitle: Test Report ${{ matrix.unityVersion }}
|
||||
# path: "artifacts/*.xml"
|
||||
# access-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user