add gitlab ci for testing frontend
This commit is contained in:
parent
f30e8e15ed
commit
6ce9f10645
1 changed files with 9 additions and 0 deletions
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in a new issue