1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-30 05:31:44 +02:00
portfolio/.gitlab-ci.yml

13 lines
136 B
YAML

image: node
cache:
paths:
- node_modules/
testing:
stage: test
script:
- npm install
- npm test
- npm run build