index.community/.gitlab-ci.yml

14 lines
229 B
YAML
Raw Normal View History

2019-07-13 18:49:53 +00:00
test-frontend:
image: node:lts-alpine
stage: test
before_script:
- cd frontend
stage: test
script:
- yarn install
- yarn lint
cache:
- frontend/node_modules/
- frontend/.yarn
except:
- master