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
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue