You are here

drupalci.yml in Scheduler content moderation integration 8

File

drupalci.yml
View source
  1. build:
  2. assessment:
  3. validate_codebase:
  4. phplint: { }
  5. container_composer:
  6. options: ' install --prefer-dist --no-suggest --no-progress --no-interaction'
  7. halt-on-fail: true
  8. csslint:
  9. halt-on-fail: false
  10. eslint:
  11. halt-on-fail: false
  12. phpcs:
  13. sniff-all-files: false
  14. halt-on-fail: false
  15. coder-version: ^8.2@stable
  16. testing:
  17. run_tests.standard:
  18. types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
  19. testgroups: '--all'
  20. color: true
  21. die-on-fail: false
  22. keep-results: true
  23. keep-results-table: false
  24. verbose: false
  25. concurrency: 0
  26. halt-on-fail: false
  27. repeat: 1
  28. suppress-deprecations: true
  29. run_tests.js:
  30. concurrency: 1
  31. types: PHPUnit-FunctionalJavascript
  32. testgroups: '--all'
  33. color: true
  34. die-on-fail: false
  35. keep-results: true
  36. keep-results-table: false
  37. verbose: false
  38. halt-on-fail: false
  39. repeat: 1
  40. suppress-deprecations: true
  41. nightwatchjs: { }