We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6518eb7 commit 1eaea1aCopy full SHA for 1eaea1a
.circleci/config.yml
@@ -44,7 +44,7 @@ jobs:
44
docker:
45
# need '-browsers' version to test in real (xvfb-wrapped) browsers
46
- image: circleci/node:12.13.0-browsers
47
- parallelism: 2
+ parallelism: 8
48
working_directory: ~/plotly.js
49
steps:
50
- attach_workspace:
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
- parallelism: 3
61
62
63
0 commit comments