File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -98,11 +98,11 @@ jobs:
98
98
environment :
99
99
BASH_ENV : ~/.profile
100
100
resource_class : xlarge
101
- parallelism : 4
101
+ parallelism : 2
102
102
steps :
103
103
- attach_workspace : *attach_options
104
104
- run : npm install --global npm@6
105
- - run : xvfb-run -a node ./tests/legacy-cli/run_e2e --glob=tests/basic/*
105
+ - run : xvfb-run -a node ./tests/legacy-cli/run_e2e --glob=tests/basic/* --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}
106
106
107
107
e2e-cli-ng-snapshots :
108
108
<< : *defaults
@@ -112,7 +112,6 @@ jobs:
112
112
parallelism : 4
113
113
steps :
114
114
- attach_workspace : *attach_options
115
- - run : npm install --global npm@6
116
115
- run : xvfb-run -a node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} --ng-snapshots
117
116
118
117
build :
You can’t perform that action at this time.
0 commit comments