mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
15 lines
156 B
YAML
15 lines
156 B
YAML
image: node:latest
|
|
|
|
cache:
|
|
paths:
|
|
- node_modules/
|
|
|
|
testing:
|
|
stage: test
|
|
script:
|
|
- npm i
|
|
- npm test
|
|
artifacts:
|
|
paths:
|
|
- public
|