Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -134,6 +134,7 @@ default: .core-spellcheck: &core-spellcheck - cd core - echo -e "Node version $(node --version)\nYarn version $(yarn --version)" - yarn run spellcheck:core --no-progress --no-must-find-files --cache --cache-strategy content .yarn-install-from-cache: &yarn-install-from-cache Loading Loading @@ -686,6 +687,7 @@ default: script: - *download-cache - cd core - echo -e "Node version $(node --version)\nYarn version $(yarn --version)" - yarn run check:ckeditor5 - yarn run lint:core-js-passing --cache --cache-strategy content --format gitlab artifacts: Loading Loading @@ -716,6 +718,7 @@ default: script: - *download-cache - cd core - echo -e "Node version $(node --version)\nYarn version $(yarn --version)" - yarn run build:css --check - yarn run lint:css --cache --cache-location .stylelintcache --cache-strategy content --color --custom-formatter=@gitlab-formatters/stylelint-formatter-gitlab --output-file=$CI_PROJECT_DIR/gl-codequality.json artifacts: Loading .gitlab-ci/pipeline.yml +1 −0 Original line number Diff line number Diff line Loading @@ -207,6 +207,7 @@ variables: - cd core - corepack enable - yarn install - echo -e "Node version $(node --version)\nYarn version $(yarn --version)" - sudo -u www-data -E -H yarn run test:nightwatch --workers=3 after_script: - cp /builds/chromedriver.log ./ Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -134,6 +134,7 @@ default: .core-spellcheck: &core-spellcheck - cd core - echo -e "Node version $(node --version)\nYarn version $(yarn --version)" - yarn run spellcheck:core --no-progress --no-must-find-files --cache --cache-strategy content .yarn-install-from-cache: &yarn-install-from-cache Loading Loading @@ -686,6 +687,7 @@ default: script: - *download-cache - cd core - echo -e "Node version $(node --version)\nYarn version $(yarn --version)" - yarn run check:ckeditor5 - yarn run lint:core-js-passing --cache --cache-strategy content --format gitlab artifacts: Loading Loading @@ -716,6 +718,7 @@ default: script: - *download-cache - cd core - echo -e "Node version $(node --version)\nYarn version $(yarn --version)" - yarn run build:css --check - yarn run lint:css --cache --cache-location .stylelintcache --cache-strategy content --color --custom-formatter=@gitlab-formatters/stylelint-formatter-gitlab --output-file=$CI_PROJECT_DIR/gl-codequality.json artifacts: Loading
.gitlab-ci/pipeline.yml +1 −0 Original line number Diff line number Diff line Loading @@ -207,6 +207,7 @@ variables: - cd core - corepack enable - yarn install - echo -e "Node version $(node --version)\nYarn version $(yarn --version)" - sudo -u www-data -E -H yarn run test:nightwatch --workers=3 after_script: - cp /builds/chromedriver.log ./ Loading