BigW Consortium Gitlab

Commit a7306be2 by Mike Greiling

Merge branch '9-2-stable-fix-cache' into '9-2-stable'

parent 248e14ea
......@@ -290,6 +290,8 @@ static-analysis:
<<: *except-docs
stage: test
script:
- rm -r node_modules
- yarn install --pure-lockfile
- scripts/static-analysis
# Documentation checks:
......@@ -424,6 +426,8 @@ rake karma:
variables:
BABEL_ENV: "coverage"
script:
- rm -r node_modules
- yarn install --pure-lockfile
- bundle exec rake karma
coverage: '/^Statements *: (\d+\.\d+%)/'
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