9 lines
155 B
YAML
9 lines
155 B
YAML
image: node:10-slim
|
|
|
|
frontend_test:
|
|
before_script:
|
|
- cd priv/frontend
|
|
- cp config.example.json config.json
|
|
- npm ci
|
|
script:
|
|
- npm test
|