Skip to content
Snippets Groups Projects
Commit cfa292a0 authored by Thomas Roos's avatar Thomas Roos Committed by Anton Akhmerov
Browse files

Only require JS modules for JS jobs in CI

parent 14ca9216
No related branches found
No related tags found
No related merge requests found
......@@ -9,15 +9,14 @@ cache:
paths:
- node_modules/
before_script:
- yarn install
stages:
- lint
- test
lint_js:
stage: lint
before_script:
- yarn install
allow_failure: true
script:
- yarn build
......@@ -32,6 +31,8 @@ lint_py:
test_js:
stage: test
before_script:
- yarn install
script: yarn test:js
test_py:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment