You are here

drupalci.yml in Scheduler 8

Same filename and directory in other branches
  1. 7 drupalci.yml
  2. 2.x 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. phplint:
  6. container_composer:
  7. csslint:
  8. eslint:
  9. phpcs:
  10. # Static analysis for uses of @deprecated code.
  11. phpstan:
  12. halt-on-fail: false
  13. testing:
  14. run_tests.standard:
  15. types: 'PHPUnit-Functional'
  16. suppress-deprecations: true
  17. run_tests.js:
  18. types: 'PHPUnit-FunctionalJavascript'
  19. suppress-deprecations: true
  20. concurrency: 1
  21. halt-on-fail: false