mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 03:12:36 +01:00
ci: fail when tests fail
Downside is that failed test will not push artifacts
This commit is contained in:
parent
2bc1f560dd
commit
80e1dfee1f
@ -233,9 +233,9 @@ if(_NB_BUILD_ERRORS)
|
||||
endif()
|
||||
|
||||
if(_TEST_RESULT)
|
||||
list(APPEND WARNING_MESSAGES "Test failure detected!")
|
||||
list(APPEND ERROR_MESSAGES "Test failure detected!")
|
||||
endif()
|
||||
|
||||
if(_SUBMIT_RESULT)
|
||||
list(APPEND ERROR_MESSAGES "Test submission failure detected!")
|
||||
list(APPEND WARNING_MESSAGES "Test submission failure detected!")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user