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