mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 16:00:00 +00:00
CI: Fix MP Test executor.
It was not getting called. In stead the Play Test executor was being run twice.
This commit is contained in:
parent
74649f4966
commit
ab9951b272
2
.github/workflows/ci-scripts/docker.sh
vendored
2
.github/workflows/ci-scripts/docker.sh
vendored
@ -123,7 +123,7 @@ execute "Whitespace and WML indentation check" checkindent
|
||||
execute "Doxygen check" ./utils/CI/doxygen-check.sh
|
||||
execute "WML tests" ./run_wml_tests -g -c -t 20
|
||||
execute "Play tests" ./utils/CI/play_test_executor.sh
|
||||
execute "MP tests" ./utils/CI/play_test_executor.sh
|
||||
execute "MP tests" ./utils/CI/mp_test_executor.sh
|
||||
execute "Boost unit tests" ./utils/CI/test_executor.sh
|
||||
|
||||
if [ -f "errors.log" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user