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 }}
|
||||
customParameters: -stackTraceLogType None
|
||||
|
||||
- name: Archive test results
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Test Results ${{ matrix.unityVersion }}
|
||||
path: artifacts
|
||||
#- name: Archive test results
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: Test Results ${{ matrix.unityVersion }}
|
||||
# path: artifacts
|
||||
|
||||
- name: Publish test results
|
||||
uses: dorny/test-reporter@v1
|
||||
if: success() || failure() # run this step even if previous step failed
|
||||
with:
|
||||
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
|
||||
#- name: Publish test results
|
||||
# uses: dorny/test-reporter@v1
|
||||
# if: success() || failure() # run this step even if previous step failed
|
||||
# with:
|
||||
# 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:
|
||||
|
Loading…
Reference in New Issue
Block a user