File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments