You are here

drupalci.yml in Role Delegation 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. sniff-all-files: true
  10. halt-on-fail: true
  11. phpstan:
  12. halt-on-fail: true
  13. testing:
  14. run_tests.standard:
  15. types: 'PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
  16. suppress-deprecations: false
  17. run_tests.js:
  18. concurrency: 1
  19. types: 'PHPUnit-FunctionalJavascript'
  20. suppress-deprecations: false
  21. nightwatchjs: