Commit 9a3d2712 authored by Mike Greiling's avatar Mike Greiling

display yarn version and node version within CI logs

parent a4c00363
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment