mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-15 01:25:25 +01:00
13 lines
143 B
YAML
13 lines
143 B
YAML
image: node:latest
|
|
|
|
cache:
|
|
paths:
|
|
- node_modules/
|
|
|
|
testing:
|
|
stage: test
|
|
script:
|
|
- npm install
|
|
- npm test
|
|
- npm run build
|