You are here

drupalci.yml in Sophron 8

File

drupalci.yml
View source
  1. build:
  2. assessment:
  3. validate_codebase:
  4. phplint:
  5. csslint:
  6. halt-on-fail: false
  7. eslint:
  8. # A test must pass eslinting standards check in order to continue processing.
  9. halt-on-fail: false
  10. phpcs:
  11. # phpcs will use core's specified version of Coder.
  12. sniff-all-files: false
  13. halt-on-fail: false
  14. phpstan:
  15. halt-on-fail: false
  16. testing:
  17. run_tests.kernel:
  18. types: 'PHPUnit-Kernel'
  19. testgroups: '--all'
  20. suppress-deprecations: true
  21. halt-on-fail: false
  22. run_tests.functional:
  23. types: 'PHPUnit-Functional'
  24. testgroups: '--all'
  25. suppress-deprecations: true
  26. halt-on-fail: false