Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
api-3391946
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
api-3391946
Commits
688741ff
Commit
688741ff
authored
Nov 15, 2023
by
Fran Garcia-Linares
Browse files
Options
Downloads
Patches
Plain Diff
Pass options using the new variable.
parent
a75face7
Branches
2.x
Branches containing commit
Tags
previous/3391946-gitlab-mr-testing-7.x-2.x/2023-12-16
No related merge requests found
Pipeline
#64710
passed
Dec 16, 2023
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-7
1 addition, 7 deletions
.gitlab-ci.yml
with
1 addition
and
7 deletions
.gitlab-ci.yml
+
1
−
7
View file @
688741ff
...
@@ -14,12 +14,6 @@ include:
...
@@ -14,12 +14,6 @@ include:
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
variables
:
variables
:
_PHPUNIT_CONCURRENT
:
"
1"
_PHPUNIT_CONCURRENT
:
"
1"
_PARALLEL_LINT_EXTRA
:
"
--exclude
./tests/files"
# _SHOW_ENVIRONMENT_VARIABLES: "1"
# _SHOW_ENVIRONMENT_VARIABLES: "1"
# _PHPUNIT_EXTRA: "--group fix"
# _PHPUNIT_EXTRA: "--group fix"
# The module's tests include non-valid PHP files where functions are duplicated, as part of the tests, so
# don't try to validate that folder for valid PHP.
composer-lint
:
script
:
-
composer validate
-
vendor/bin/parallel-lint --no-progress --exclude $_WEB_ROOT --exclude ./vendor --exclude ./tests/files .
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
sign in
to comment