drupalci.yml in Simplenews 8.2
Same filename and directory in other branches
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: