File tree 3 files changed +17
-17
lines changed
3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ workflows:
45
45
version : 2
46
46
default_workflow :
47
47
jobs :
48
- - build
48
+ # - build
49
49
50
50
general :
51
51
branches :
Original file line number Diff line number Diff line change @@ -22,22 +22,22 @@ branches:
22
22
23
23
jobs :
24
24
include :
25
- - env : " MODE=lint"
26
- - env : " MODE=aot"
27
- - env : " MODE=payload"
28
- - env : " MODE=prerender"
29
- - env : " MODE=e2e"
25
+ # - env: "MODE=lint"
26
+ # - env: "MODE=aot"
27
+ # - env: "MODE=payload"
28
+ # - env: "MODE=prerender"
29
+ # - env: "MODE=e2e"
30
30
- env : " MODE=saucelabs_required"
31
- - env : " MODE=browserstack_required"
32
- - env : " MODE=travis_required"
33
- - env : " DEPLOY_MODE=build-artifacts"
34
- if : type = push
35
- - env : " DEPLOY_MODE=docs-content"
36
- if : type = push
37
- - env : " DEPLOY_MODE=screenshot-tool"
38
- if : type = cron
39
- - env : " DEPLOY_MODE=dashboard"
40
- if : type = cron
31
+ # - env: "MODE=browserstack_required"
32
+ # - env: "MODE=travis_required"
33
+ # - env: "DEPLOY_MODE=build-artifacts"
34
+ # if: type = push
35
+ # - env: "DEPLOY_MODE=docs-content"
36
+ # if: type = push
37
+ # - env: "DEPLOY_MODE=screenshot-tool"
38
+ # if: type = cron
39
+ # - env: "DEPLOY_MODE=dashboard"
40
+ # if: type = cron
41
41
# Closure Compiler CI check is temporarily disabled until a new version of
42
42
# the tool is released with https://github.com/google/closure-compiler/pull/2600
43
43
# - env: "MODE=closure-compiler"
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ module.exports = (config) => {
69
69
sauceLabs : {
70
70
testName : 'material2' ,
71
71
startConnect : false ,
72
- recordVideo : false ,
72
+ recordVideo : true ,
73
73
recordScreenshots : false ,
74
74
idleTimeout : 600 ,
75
75
commandTimeout : 600 ,
You can’t perform that action at this time.
0 commit comments