Skip to content
Snippets Groups Projects
Commit e59f9809 authored by jurgenhaas's avatar jurgenhaas
Browse files

#21 Add support for update status test

parent a2baecbd
No related branches found
No related tags found
1 merge request!26Merging develop into main
Pipeline #1259598 passed with warnings
...@@ -88,7 +88,7 @@ commands: ...@@ -88,7 +88,7 @@ commands:
module=$1 module=$1
shift shift
/usr/local/bin/node_cmd yarn --silent --cwd web/core stylelint --formatter verbose --config ./.stylelintrc.json "../modules/contrib/${module}/**/*.css" --color $@ /usr/local/bin/node_cmd yarn --silent --cwd web/core stylelint --formatter verbose --config ./.stylelintrc.json "../modules/contrib/${module}/**/*.css" --color $@
usage: Stylelint tests by module usage: Stylelint tests by module. Please run preparecorefordev first.
eslintmodule: eslintmodule:
cmd: | cmd: |
module=$1 module=$1
...@@ -128,3 +128,11 @@ commands: ...@@ -128,3 +128,11 @@ commands:
/drupal/web/core/node_modules/.bin/cspell -c .cspell.json --words-only --unique --no-progress $_CSPELL_EXTRA ** | sort -f /drupal/web/core/node_modules/.bin/cspell -c .cspell.json --words-only --unique --no-progress $_CSPELL_EXTRA ** | sort -f
fi fi
rm .cspell.json rm .cspell.json
usage: Spell checker. Please run preparecorefordev first.
upgradestatusmodule:
cmd: |
export CI_PROJECT_NAME=$1
shift
drush -y en upgrade_status
drush -y upgrade_status:analyze $CI_PROJECT_NAME
drush -y pmu upgrade_status
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment