You are here

drupalci.yml in Commerce Pricelist 8.2

File

drupalci.yml
View source
  1. # https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing
  2. build:
  3. environment:
  4. startcontainers:
  5. runcontainers:
  6. create_db:
  7. dbcreate:
  8. assessment:
  9. validate_codebase:
  10. phplint:
  11. container_composer:
  12. phpcs:
  13. # phpcs will use core's specified version of Coder.
  14. sniff-all-files: true
  15. halt-on-fail: false
  16. testing:
  17. run_tests.standard:
  18. types: 'PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
  19. testgroups: '--all'
  20. suppress-deprecations: false
  21. run_tests.javascript:
  22. concurrency: 1
  23. types: 'PHPUnit-FunctionalJavascript'
  24. testgroups: '--all'
  25. suppress-deprecations: false
  26. halt-on-fail: false