add gitlab ci for testing frontend

This commit is contained in:
slice 2018-07-22 12:35:15 -07:00
parent f30e8e15ed
commit 6ce9f10645
No known key found for this signature in database
GPG Key ID: 1508C19D7436A26D
1 changed files with 9 additions and 0 deletions

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
image: node:10-slim
frontend_test:
before_script:
- cd priv/frontend
- cp config.example.json config.json
- npm ci
script:
- npm test