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
Branches
Tags
1 merge request!26Merging develop into main
Pipeline #1259598 passed with warnings
......@@ -88,7 +88,7 @@ commands:
module=$1
shift
/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:
cmd: |
module=$1
......@@ -128,3 +128,11 @@ commands:
/drupal/web/core/node_modules/.bin/cspell -c .cspell.json --words-only --unique --no-progress $_CSPELL_EXTRA ** | sort -f
fi
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
......@@ -48,6 +48,7 @@
"drupal/devel": "*",
"drupal/potx": "*",
"drupal/schema_diff": "*",
"drupal/upgrade_status": "*",
"drupal/webprofiler": "*",
"lakedrops/ahoy": "*",
"lakedrops/composer-json-utils": "*",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment