drupalci.yml in Textimage 8.4
File
drupalci.ymlView source
- build:
- assessment:
- validate_codebase:
- phplint:
- csslint:
- halt-on-fail: false
- eslint:
- halt-on-fail: false
- phpcs:
- sniff-all-files: false
- halt-on-fail: false
- phpstan:
- halt-on-fail: false
- testing:
- run_tests.kernel:
- types: 'PHPUnit-Kernel'
- testgroups: '--all'
- suppress-deprecations: true
- halt-on-fail: false
- run_tests.functional:
- types: 'PHPUnit-Functional'
- testgroups: '--all'
- suppress-deprecations: true
- halt-on-fail: false