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

Issue #3497803 by ptmkenny: Test next minor/prev major and require lint tests to pass

parent 11c73a7c
No related branches found
No related tags found
1 merge request!26test next minor/previous major, require lints
Pipeline #388189 passed
......@@ -19,8 +19,12 @@ include:
- '/includes/include.drupalci.workflows.yml'
# Require all tests to pass.
composer-lint:
allow_failure: false
cspell:
allow_failure: false
eslint:
allow_failure: false
phpcs:
allow_failure: false
phpstan:
......@@ -33,6 +37,8 @@ phpstan:
################
variables:
_CSPELL_WORDS: 'Kravchuk,ptmkenny,Taras,tarik'
OPT_IN_TEST_NEXT_MINOR: '1'
OPT_IN_TEST_PREV_MAJOR: '1'
# SKIP_ESLINT: '1'
# OPT_IN_TEST_NEXT_MAJOR: '1'
# _CURL_TEMPLATES_REF: 'main'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment