mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
asdasdas
This commit is contained in:
parent
2754144120
commit
a8cf92fc67
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-linux-gcc.yml
vendored
2
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -92,5 +92,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
artifact: torque3dLinuxGCCUnitTest
|
artifact: torque3dLinuxGCCUnitTest
|
||||||
name: Build Tests
|
name: Build Tests
|
||||||
path: "My Projects/Torque3D/game/test_detail.xml"
|
path: My Projects/Torque3D/game/test_*.xml
|
||||||
reporter: java-junit
|
reporter: java-junit
|
||||||
2
.github/workflows/build-macos-clang.yml
vendored
2
.github/workflows/build-macos-clang.yml
vendored
|
|
@ -72,5 +72,5 @@ jobs:
|
||||||
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: Build Tests
|
name: Build Tests
|
||||||
path: "My Projects/Torque3D/game/test_detail.xml"
|
path: My Projects/Torque3D/game/test_*.xml
|
||||||
reporter: java-junit
|
reporter: java-junit
|
||||||
2
.github/workflows/build-windows-msvc.yml
vendored
2
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -68,5 +68,5 @@ jobs:
|
||||||
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: Build Tests
|
name: Build Tests
|
||||||
path: "My Projects/Torque3D/game/test_detail.xml"
|
path: My Projects/Torque3D/game/test_*.xml
|
||||||
reporter: java-junit
|
reporter: java-junit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue