Open golenkovm opened 4 years ago
Some plugins can break Moodle installation until a certain patch is applied. It would be good to be able to split the process into :
moodle-plugin-ci install --no-init
moodle-plugin-ci install --init-only
Some plugins can break Moodle installation until a certain patch is applied. It would be good to be able to split the process into :
moodle-plugin-ci install --no-init
to install all environment without initializing test suits.moodle-plugin-ci install --init-only
to initialize the Behat and PHPUnit test suites.