You are here

drupalci.yml in Simple Block 8

File

drupalci.yml
View source
  1. build:
  2. assessment:
  3. validate_codebase:
  4. phplint:
  5. halt-on-fail: true
  6. phpcs:
  7. sniff-all-files: false
  8. halt-on-fail: true
  9. testing:
  10. # run_tests.phpunit:
  11. # types: 'PHPUnit-Unit'
  12. # testgroups: '--all'
  13. # suppress-deprecations: false
  14. # halt-on-fail: false
  15. # run_tests.kernel:
  16. # types: 'PHPUnit-Kernel'
  17. # testgroups: '--all'
  18. # suppress-deprecations: false
  19. # halt-on-fail: false
  20. run_tests.functional:
  21. types: 'PHPUnit-Functional'
  22. testgroups: '--all'
  23. suppress-deprecations: false
  24. halt-on-fail: false
  25. run_tests.javascript:
  26. concurrency: 15
  27. types: 'PHPUnit-FunctionalJavascript'
  28. testgroups: '--all'
  29. suppress-deprecations: false
  30. halt-on-fail: false