Page MenuHomePhabricator

CI for mediawiki-config should check out git submodules
Closed, InvalidPublic

Description

We don't, which means some of our tests are skipped, which seems bad.

Event Timeline

FWICT we're using ci-src-setup-simple which should recurse into submodules unless GIT_NO_SUBMODULES is set, which it isn't. It runs git submodule --quiet update --init --recursive as expected. Are we sure it's not pulling that up?