add yarn check to ensure package.json doesn't diverge from yarn.lock
This commit is contained in:
parent
9a3d271294
commit
4e3c9a5745
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ setup-test-env:
|
|||
script:
|
||||
- node --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 ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue