Skip to content
Snippets Groups Projects
Commit d49952fd authored by Patrick Kenny's avatar Patrick Kenny
Browse files

Issue #3471345 by ptmkenny: Make optional CI tests mandatory

parent abb59b42
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment