mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
update test reporter
This commit is contained in:
parent
4b73f1c1b3
commit
83f3db3410
3 changed files with 9 additions and 9 deletions
6
.github/workflows/build-linux-gcc.yml
vendored
6
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -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
|
||||||
6
.github/workflows/build-macos-clang.yml
vendored
6
.github/workflows/build-macos-clang.yml
vendored
|
|
@ -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
|
||||||
6
.github/workflows/build-windows-msvc.yml
vendored
6
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue