Add .gitlab-ci.yml
This commit is contained in:
parent
9399849e0c
commit
3da8bfb810
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
image: node:latest
|
||||||
|
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- node_modules/
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- npm install -g ember-cli
|
||||||
|
- npm install
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- npm test
|
Loading…
x
Reference in New Issue
Block a user