You are here

drupalci.yml in Search API Algolia 8

Same filename and directory in other branches
  1. 3.0.x drupalci.yml
  2. 2.0.x drupalci.yml

File

drupalci.yml
View source
  1. build:
  2. assessment:
  3. validate_codebase:
  4. # Static analysis of code for @deprecated uses.
  5. phpstan:
  6. halt-on-fail: true
  7. testing:
  8. run_tests.standard:
  9. types: 'PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
  10. # Fails on errors triggered.
  11. suppress-deprecations: false