mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
test reporter
WORK DAMN YOU
This commit is contained in:
parent
83f3db3410
commit
185c29001b
3
.github/workflows/build-linux-gcc.yml
vendored
3
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -90,6 +90,7 @@ jobs:
|
|||
uses: phoenix-actions/test-reporting@v12
|
||||
if: success() || failure() # run this step even if previous step failed
|
||||
with:
|
||||
artifact: torque3dLinuxGCCUnitTest
|
||||
name: Build Tests
|
||||
path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml
|
||||
path: '**/My Projects/Torque3D/game/test_detail.xml'
|
||||
reporter: java-junit
|
||||
3
.github/workflows/build-macos-clang.yml
vendored
3
.github/workflows/build-macos-clang.yml
vendored
|
|
@ -71,6 +71,7 @@ jobs:
|
|||
uses: phoenix-actions/test-reporting@v12
|
||||
if: success() || failure() # run this step even if previous step failed
|
||||
with:
|
||||
artifact: torque3dMacOSXCLANGUnitTest
|
||||
name: Build Tests
|
||||
path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml
|
||||
path: '**/My Projects/Torque3D/game/test_detail.xml'
|
||||
reporter: java-junit
|
||||
3
.github/workflows/build-windows-msvc.yml
vendored
3
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -67,6 +67,7 @@ jobs:
|
|||
uses: phoenix-actions/test-reporting@v12
|
||||
if: success() || failure() # run this step even if previous step failed
|
||||
with:
|
||||
artifact: torque3dWindowsMSVCUnitTest
|
||||
name: Build Tests
|
||||
path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml
|
||||
path: '**/My Projects/Torque3D/game/test_detail.xml'
|
||||
reporter: java-junit
|
||||
|
|
|
|||
Loading…
Reference in a new issue