This commit is contained in:
marauder2k7 2023-07-26 12:20:28 +01:00
parent fc2e92e72a
commit 2754144120
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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