forked from thunder/scheduler_content_moderation_integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrupalci.yml
28 lines (28 loc) · 773 Bytes
/
drupalci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
build:
assessment:
validate_codebase:
phplint: { }
container_composer:
options: ' install --prefer-dist --no-suggest --no-progress --no-interaction'
halt-on-fail: true
csslint:
halt-on-fail: false
eslint:
halt-on-fail: false
phpcs:
sniff-all-files: false
halt-on-fail: false
coder-version: ^8.2@stable
testing:
run_tests.standard:
types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
testgroups: '--all'
color: true
die-on-fail: false
keep-results: true
keep-results-table: false
verbose: false
concurrency: 0
halt-on-fail: false
repeat: 1
suppress-deprecations: true