inspektor/.gitlab-ci.yml

13 lines
146 B
YAML

image: node:latest
cache:
paths:
- node_modules/
before_script:
- npm install -g ember-cli
- npm install
test:
script:
- npm test