You are here

drupalci.yml in Textimage 8.4

File

drupalci.yml
View source
  1. build:
  2. assessment:
  3. validate_codebase:
  4. phplint:
  5. csslint:
  6. halt-on-fail: false
  7. eslint:
  8. halt-on-fail: false
  9. phpcs:
  10. sniff-all-files: false
  11. halt-on-fail: false
  12. phpstan:
  13. halt-on-fail: false
  14. testing:
  15. run_tests.kernel:
  16. types: 'PHPUnit-Kernel'
  17. testgroups: '--all'
  18. suppress-deprecations: true
  19. halt-on-fail: false
  20. run_tests.functional:
  21. types: 'PHPUnit-Functional'
  22. testgroups: '--all'
  23. suppress-deprecations: true
  24. halt-on-fail: false