Skip to content
Snippets Groups Projects

require optional CI tests to pass

Merged Patrick Kenny requested to merge issue/jsonrpc-3471345:require_optional_ci into 2.x
+ 12
0
@@ -18,6 +18,18 @@ include:
- "/includes/include.drupalci.variables.yml"
- "/includes/include.drupalci.workflows.yml"
# Require optional CI tests to pass.
composer-lint:
allow_failure: false
cspell:
allow_failure: false
eslint:
allow_failure: false
phpcs:
allow_failure: false
phpstan:
allow_failure: false
################
# Pipeline configuration variables are defined with default values and descriptions in the file
# https://git.drupalcode.org/project/gitlab_templates/-/blob/main/includes/include.drupalci.variables.yml
Loading