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:
|
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:
|
||||||
|
|
Loading…
Reference in a new issue