RunUnityTests commented out Archive and Publish temporarily

This commit is contained in:
MrGadget1024 2023-03-01 18:03:04 -05:00
parent 9d46590db1
commit 3b1d2ee23d

View File

@ -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: