Commit 4e3c9a57 authored by Mike Greiling's avatar Mike Greiling

add yarn check to ensure package.json doesn't diverge from yarn.lock

parent 9a3d2712
...@@ -109,7 +109,8 @@ setup-test-env: ...@@ -109,7 +109,8 @@ setup-test-env:
script: script:
- node --version - node --version
- yarn --version - yarn --version
- yarn install - yarn install --pure-lockfile
- yarn check # ensure that yarn.lock matches package.json
- bundle exec rake gitlab:assets:compile - bundle exec rake gitlab:assets:compile
- bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init' - bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'
artifacts: artifacts:
......
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