1
0
Fork 0
spacetac/.gitlab-ci.yml
2019-11-21 23:14:27 +01:00

12 lines
123 B
YAML

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