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