This commit is contained in:
marauder2k7 2023-07-26 12:57:57 +01:00
parent 2754144120
commit a8cf92fc67
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_*.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_*.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_*.xml
reporter: java-junit