Comment out missing unit test from CI
This commit is contained in:
+7
-7
@@ -4,13 +4,13 @@ stages:
|
||||
- publish
|
||||
- deploy
|
||||
|
||||
test:unit:
|
||||
image: node:7.10.0
|
||||
stage: test
|
||||
before_script:
|
||||
- npm install
|
||||
script:
|
||||
- npm run test:unit
|
||||
# test:unit:
|
||||
# image: node:7.10.0
|
||||
# stage: test
|
||||
# before_script:
|
||||
# - npm install
|
||||
# script:
|
||||
# - npm run test:unit
|
||||
|
||||
test:e2e:
|
||||
image: node:7.10.0
|
||||
|
||||
Reference in New Issue
Block a user