mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
RunUnityTests commented out Archive and Publish temporarily
This commit is contained in:
parent
9d46590db1
commit
3b1d2ee23d
24
.github/workflows/RunUnityTests.yml
vendored
24
.github/workflows/RunUnityTests.yml
vendored
@ -47,19 +47,19 @@ jobs:
|
|||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
customParameters: -stackTraceLogType None
|
customParameters: -stackTraceLogType None
|
||||||
|
|
||||||
- name: Archive test results
|
#- name: Archive test results
|
||||||
uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: Test Results ${{ matrix.unityVersion }}
|
# name: Test Results ${{ matrix.unityVersion }}
|
||||||
path: artifacts
|
# path: artifacts
|
||||||
|
|
||||||
- name: Publish test results
|
#- name: Publish test results
|
||||||
uses: dorny/test-reporter@v1
|
# uses: dorny/test-reporter@v1
|
||||||
if: success() || failure() # run this step even if previous step failed
|
# if: success() || failure() # run this step even if previous step failed
|
||||||
with:
|
# with:
|
||||||
name: Test Report ${{ matrix.unityVersion }} # Name of the check run which will be created
|
# name: Test Report ${{ matrix.unityVersion }} # Name of the check run which will be created
|
||||||
path: artifacts/*.xml # Path to test results
|
# path: artifacts/*.xml # Path to test results
|
||||||
reporter: jest-junit # Format of test results
|
# reporter: jest-junit # Format of test results
|
||||||
|
|
||||||
#uses: MirrorNetworking/nunit-reporter@master
|
#uses: MirrorNetworking/nunit-reporter@master
|
||||||
#with:
|
#with:
|
||||||
|
Loading…
Reference in New Issue
Block a user