mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
est
This commit is contained in:
parent
fc2e92e72a
commit
2754144120
2
.github/workflows/build-linux-gcc.yml
vendored
2
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -92,5 +92,5 @@ jobs:
|
|||
with:
|
||||
artifact: torque3dLinuxGCCUnitTest
|
||||
name: Build Tests
|
||||
path: /My Projects/Torque3D/game/test_detail.xml
|
||||
path: "My Projects/Torque3D/game/test_detail.xml"
|
||||
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
|
||||
with:
|
||||
name: Build Tests
|
||||
path: /My Projects/Torque3D/game/test_detail.xml
|
||||
path: "My Projects/Torque3D/game/test_detail.xml"
|
||||
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
|
||||
with:
|
||||
name: Build Tests
|
||||
path: /My Projects/Torque3D/game/test_detail.xml
|
||||
path: "My Projects/Torque3D/game/test_detail.xml"
|
||||
reporter: java-junit
|
||||
|
|
|
|||
Loading…
Reference in a new issue