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

Issue #3470666 by ptmkenny: Require optional CI tests to pass

parent 278119fb
No related branches found
No related tags found
1 merge request!18require optional CI tests to pass
Pipeline #266997 passed
...@@ -18,12 +18,26 @@ include: ...@@ -18,12 +18,26 @@ include:
- "/includes/include.drupalci.variables.yml" - "/includes/include.drupalci.variables.yml"
- "/includes/include.drupalci.workflows.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 # 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 # https://git.drupalcode.org/project/gitlab_templates/-/blob/main/includes/include.drupalci.variables.yml
# Uncomment the lines below if you want to override any of the variables. The following is just an example. # Uncomment the lines below if you want to override any of the variables. The following is just an example.
################ ################
# variables: variables:
OPT_IN_TEST_MAX_PHP: '1'
OPT_IN_TEST_PREVIOUS_MAJOR: '1'
# SKIP_ESLINT: '1' # SKIP_ESLINT: '1'
# OPT_IN_TEST_NEXT_MAJOR: '1' # OPT_IN_TEST_NEXT_MAJOR: '1'
# _CURL_TEMPLATES_REF: 'main' # _CURL_TEMPLATES_REF: 'main'
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