update test reporter

This commit is contained in:
marauder2k7 2023-07-26 11:11:41 +01:00
parent 4b73f1c1b3
commit 83f3db3410
3 changed files with 9 additions and 9 deletions

View file

@ -87,9 +87,9 @@ jobs:
name: torque3dLinuxGCCUnitTest name: torque3dLinuxGCCUnitTest
- name: Test Reporter - name: Test Reporter
uses: dorny/test-reporter@v1.6.0 uses: phoenix-actions/test-reporting@v12
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: JEST Tests name: Build Tests
path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml
reporter: jest-junit reporter: java-junit

View file

@ -68,9 +68,9 @@ jobs:
name: torque3dMacOSXCLANGUnitTest name: torque3dMacOSXCLANGUnitTest
- name: Test Reporter - name: Test Reporter
uses: dorny/test-reporter@v1.6.0 uses: phoenix-actions/test-reporting@v12
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: JEST Tests name: Build Tests
path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml
reporter: jest-junit reporter: java-junit

View file

@ -64,9 +64,9 @@ jobs:
name: torque3dWindowsMSVCUnitTest name: torque3dWindowsMSVCUnitTest
- name: Test Reporter - name: Test Reporter
uses: dorny/test-reporter@v1.6.0 uses: phoenix-actions/test-reporting@v12
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: JEST Tests name: Build Tests
path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml
reporter: jest-junit reporter: java-junit