mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 10:22:52 +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()
|
endif()
|
||||||
|
|
||||||
if(_TEST_RESULT)
|
if(_TEST_RESULT)
|
||||||
list(APPEND WARNING_MESSAGES "Test failure detected!")
|
list(APPEND ERROR_MESSAGES "Test failure detected!")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(_SUBMIT_RESULT)
|
if(_SUBMIT_RESULT)
|
||||||
list(APPEND ERROR_MESSAGES "Test submission failure detected!")
|
list(APPEND WARNING_MESSAGES "Test submission failure detected!")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user