You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use this file to define the modules that you want to include into the local-ci runs.
*
* Copy it to `.local-ci.modules` and adjust the module list to your needs.
*/
return [
[
'module' => 'Namespace.ModuleName', // Use this for the module that you want to include into the local-ci runs.
'skip' => [], // Add commands that should be excluded for this module. Usually needed when a codeception configuration has the WebDriverHelper enabled.