display yarn version and node version within CI logs
This commit is contained in:
parent
a4c0036325
commit
9a3d271294
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,8 @@ setup-test-env:
|
|||
<<: *dedicated-runner
|
||||
stage: prepare
|
||||
script:
|
||||
- node --version
|
||||
- yarn --version
|
||||
- yarn install
|
||||
- bundle exec rake gitlab:assets:compile
|
||||
- bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'
|
||||
|
|
Loading…
Reference in a new issue