we should be failing on error

fail when a unit test fails
This commit is contained in:
marauder2k7 2025-11-16 14:19:01 +00:00
parent fe982c730c
commit b29de841ea
3 changed files with 3 additions and 3 deletions

View file

@ -105,5 +105,5 @@ jobs:
name: Linux test results
path: "**/My Projects/Torque3D/game/test_detail.xml"
reporter: java-junit
fail-on-error: false
fail-on-error: true
if: github.event_name != 'pull_request'

View file

@ -75,5 +75,5 @@ jobs:
name: MacOS Test results
path: "**/My Projects/Torque3D/game/test_detail.xml"
reporter: java-junit
fail-on-error: false
fail-on-error: true
if: github.event_name != 'pull_request'

View file

@ -71,5 +71,5 @@ jobs:
name: Windows test results
path: "**/My Projects/Torque3D/game/test_detail.xml"
reporter: java-junit
fail-on-error: false
fail-on-error: true
if: github.event_name != 'pull_request'