drupalci.yml

drupalci.yml

File

drupalci.yml
View source
  1. build:
  2. assessment:
  3. testing:
  4. run_tests:
  5. # Run all tests together with high concurrency.
  6. types: 'PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional,PHPUnit-FunctionalJavascript'
  7. testgroups: '--all'
  8. suppress-deprecations: true
  9. halt-on-fail: false
  10. concurrency: 15