diff --git a/.tugboat/config.yml b/.tugboat/config.yml index 70a7083ee8a17df5fd5023b94cfed9ddafec2cc3..849496a01428da5051a38b9f04d02aed0c230c1f 100644 --- a/.tugboat/config.yml +++ b/.tugboat/config.yml @@ -42,5 +42,13 @@ services: composer update drupal/codit_batch_operations --with-all-dependencies vendor/bin/drush --yes updb vendor/bin/drush cache:rebuild + # Install the UI + vendor/bin/drush pm:install codit_batch_operations_ui + # Run some batches to populate the logs. + vendor/bin/drush codit-batch-operations:run TestDo10Things + vendor/bin/drush codit-batch-operations:run TestDo10ThingsWithError --allow-skip + vendor/bin/drush codit-batch-operations:run TestDo10ThingsWithError --allow-skip + vendor/bin/drush codit-batch-operations:run TestDo10000Things + mysql: image: tugboatqa/mariadb