drupalci.yml

Same filename in other branches
  1. 5.x drupalci.yml
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. build:
  3. assessment:
  4. validate_codebase:
  5. # Remove all validation and standards checking from drupal.org CI as this
  6. # is now covered by jobs running on Drupalspoons.
  7. # https://gitlab.com/drupalspoons/devel/-/pipelines
  8. testing:
  9. run_tests.standard:
  10. types: 'PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
  11. suppress-deprecations: true
  12. run_tests.js:
  13. types: 'PHPUnit-FunctionalJavascript'
  14. suppress-deprecations: true
  15. concurrency: 1
  16. halt-on-fail: false