drupalci.yml in Private content 8.2
File
drupalci.ymlView source
- build:
- assessment:
- validate_codebase:
- phplint:
- container_composer:
- csslint:
- eslint:
- phpcs:
- testing:
- run_tests.standard:
- types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
- # Test for Drupal 9 compatibility
- suppress-deprecations: false
- run_tests.js:
- concurrency: 1
- types: 'PHPUnit-FunctionalJavascript'
- # Test for Drupal 9 compatibility
- suppress-deprecations: false
- nightwatchjs: