2021-07-27 14:46:32 +02:00

22 lines
592 B
YAML

# See docs at https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing-for-projects
build:
assessment:
validate_codebase:
phplint:
container_composer:
csslint:
eslint:
phpcs:
# Static analysis for uses of @deprecated code.
phpstan:
halt-on-fail: false
testing:
run_tests.standard:
types: 'PHPUnit-Functional'
suppress-deprecations: true
run_tests.js:
types: 'PHPUnit-FunctionalJavascript'
suppress-deprecations: true
concurrency: 1
halt-on-fail: false