You are here

drupalci.yml in Checklist API 8

File

drupalci.yml
View source
  1. build:
  2. assessment:
  3. validate_codebase:
  4. phplint:
  5. container_composer:
  6. csslint:
  7. eslint:
  8. phpcs:
  9. phpstan:
  10. halt-on-fail: false
  11. testing:
  12. run_tests.standard:
  13. types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
  14. suppress-deprecations: false
  15. run_tests.js:
  16. concurrency: 1
  17. types: 'PHPUnit-FunctionalJavascript'
  18. suppress-deprecations: false
  19. nightwatchjs: