mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
update test reporter
This commit is contained in:
parent
4b73f1c1b3
commit
83f3db3410
6
.github/workflows/build-linux-gcc.yml
vendored
6
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -87,9 +87,9 @@ jobs:
|
|||
name: torque3dLinuxGCCUnitTest
|
||||
|
||||
- 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
|
||||
with:
|
||||
name: JEST Tests
|
||||
name: Build Tests
|
||||
path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml
|
||||
reporter: jest-junit
|
||||
reporter: java-junit
|
||||
6
.github/workflows/build-macos-clang.yml
vendored
6
.github/workflows/build-macos-clang.yml
vendored
|
|
@ -68,9 +68,9 @@ jobs:
|
|||
name: torque3dMacOSXCLANGUnitTest
|
||||
|
||||
- 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
|
||||
with:
|
||||
name: JEST Tests
|
||||
name: Build Tests
|
||||
path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml
|
||||
reporter: jest-junit
|
||||
reporter: java-junit
|
||||
6
.github/workflows/build-windows-msvc.yml
vendored
6
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -64,9 +64,9 @@ jobs:
|
|||
name: torque3dWindowsMSVCUnitTest
|
||||
|
||||
- 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
|
||||
with:
|
||||
name: JEST Tests
|
||||
name: Build Tests
|
||||
path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml
|
||||
reporter: jest-junit
|
||||
reporter: java-junit
|
||||
|
|
|
|||
Loading…
Reference in a new issue