Verified Commit e2465298 authored by Dave Long's avatar Dave Long
Browse files

ci: #3546517 Show node/yarn version output in core's CI

By: tom konda
By: smustgrave
(cherry picked from commit 2c3d83a8)
parent 30ac7f79
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
@@ -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:
@@ -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:
+1 −0
Original line number Diff line number Diff line
@@ -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 ./