Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
webadmin
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
webadmin
Commits
09d5907d
Commit
09d5907d
authored
8 months ago
by
Rajab Natshah
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3467315
: Add GitlabCI automated testing to Web Admin
parent
30b812b9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#249986
failed
8 months ago
Stage: 🏗️ Build
Stage: 🪄 Lint
Stage: 🗜️ Test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-4
9 additions, 4 deletions
.gitlab-ci.yml
with
9 additions
and
4 deletions
.gitlab-ci.yml
+
9
−
4
View file @
09d5907d
...
@@ -113,11 +113,16 @@ stages:
...
@@ -113,11 +113,16 @@ stages:
script
:
script
:
-
composer config minimum-stability dev
-
composer config minimum-stability dev
-
composer config bin-dir bin
-
composer config bin-dir bin
-
composer require drupal/core-dev --no-install
-
composer config --no-plugins allow-plugins.composer/installers
true
-
composer config --no-plugins allow-plugins.composer/installers
true
-
composer config --no-plugins allow-plugins.cweagans/composer-patches
true
-
composer config --no-plugins allow-plugins.cweagans/composer-patches
true
-
composer config --no-plugins allow-plugins.oomphinc/composer-installers-extender
true
-
composer config --no-plugins allow-plugins.oomphinc/composer-installers-extender
true
-
composer config --no-plugins allow-plugins.drupal/core-composer-scaffold
true
-
composer config --no-plugins allow-plugins.rupal/core-project-message
true
-
composer config --no-plugins allow-plugins.phpstan/extension-installer
true
-
composer config --no-plugins allow-plugins.phpstan/extension-installer
true
-
composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer
true
-
composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer
true
-
composer config --no-plugins allow-plugins.php-http/discovery
true
-
composer config --no-plugins allow-plugins.pyrech/composer-changelogs
true
-
composer validate
-
composer validate
-
composer install
-
composer install
...
@@ -137,12 +142,12 @@ stages:
...
@@ -137,12 +142,12 @@ stages:
<<
:
[
*with-composer-cache
,
*default-job-settings-lint
]
<<
:
[
*with-composer-cache
,
*default-job-settings-lint
]
stage
:
🪄 Lint
stage
:
🪄 Lint
script
:
script
:
-
vendor
/bin/phpcs --version
-
.
/bin/phpcs --version
-
php
vendor
/bin/phpcs --version --standard=.phpcs.xml .
-
php
.
/bin/phpcs --version --standard=.phpcs.xml .
'
🧹
PHP
Static
Analysis
(phpstan)'
:
'
🧹
PHP
Static
Analysis
(phpstan)'
:
<<
:
[
*with-composer-cache
,
*default-job-settings-lint
]
<<
:
[
*with-composer-cache
,
*default-job-settings-lint
]
stage
:
🪄 Lint
stage
:
🪄 Lint
script
:
script
:
-
vendor
/bin/phpstan --version
-
.
/bin/phpstan --version
-
php
vendor
/bin/phpstan analyze --configuration=phpstan.neon
-
php
.
/bin/phpstan analyze --configuration=phpstan.neon
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