You are here

drupalci.yml in Devel 8.2

Same filename and directory in other branches
  1. 8.3 drupalci.yml

File

drupalci.yml
View source
  1. # See docs at https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing-for-projects.
  2. # The container_command below is the only non-default item in this file. It was
  3. # added for testing of Drush commands.
  4. build:
  5. environment:
  6. startcontainers:
  7. runcontainers:
  8. create_db:
  9. dbcreate:
  10. codebase:
  11. assemble_codebase:
  12. checkout_core:
  13. composer.core_install:
  14. composer_contrib:
  15. fetch:
  16. patch:
  17. update_build:
  18. update_dependencies:
  19. yarn_install:
  20. start_phantomjs:
  21. assessment:
  22. validate_codebase:
  23. phplint:
  24. container_composer:
  25. csslint:
  26. eslint:
  27. phpcs:
  28. testing:
  29. container_command:
  30. commands:
  31. - "cd ${SOURCE_DIR} && sudo -u www-data composer require drush/drush:^9.6.1 && sudo -u www-data composer update twig/twig"
  32. run_tests.standard:
  33. types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
  34. run_tests.js:
  35. concurrency: 1
  36. types: 'PHPUnit-FunctionalJavascript'
  37. nightwatchjs: