Skip to content

Commit fd9fb85

Browse files
Mile23paul-m
Mile23
authored andcommitted
Issue #2952984 by Mile23, Mixologic, jonathan1055: Add example drupalci.yml file to un-suppress deprecations
1 parent 137ae49 commit fd9fb85

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

drupalci.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# This is the drupalci.yml file for the Examples project.
2+
3+
# Learn how to make your own:
4+
# https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing-for-projects
5+
6+
# This drupalci.yml build file should almost exactly mirror the default contrib
7+
# build used by the testbot. We are only adding the
8+
# 'suppress-deprecations: false' config to the run_tests tasks. This is so we
9+
# can catch Drupal core deprecations early.
10+
build:
11+
assessment:
12+
validate_codebase:
13+
phplint:
14+
csslint:
15+
eslint:
16+
phpcs:
17+
testing:
18+
run_tests.standard:
19+
types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
20+
suppress-deprecations: false
21+
run_tests.js:
22+
concurrency: 1
23+
types: 'PHPUnit-FunctionalJavascript'
24+
suppress-deprecations: false

0 commit comments

Comments
 (0)