Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsonapi_links
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
jsonapi_links
Commits
15934104
Commit
15934104
authored
4 months ago
by
Patrick Kenny
Browse files
Options
Downloads
Patches
Plain Diff
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
!26
test next minor/previous major, require lints
Pipeline
#388189
passed
4 months ago
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-0
6 additions, 0 deletions
.gitlab-ci.yml
with
6 additions
and
0 deletions
.gitlab-ci.yml
+
6
−
0
View file @
15934104
...
...
@@ -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'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment