File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 69
69
name : Run jasmine tests (part C)
70
70
command : .circleci/test.sh flaky-no-gl-jasmine
71
71
72
+ bundle-jasmine :
73
+ docker :
74
+ # need '-browsers' version to test in real (xvfb-wrapped) browsers
75
+ - image : circleci/node:12.22.1-browsers
76
+ working_directory : ~/plotly.js
77
+ steps :
78
+ - attach_workspace :
79
+ at : ~/
80
+ - run :
81
+ name : Run jasmine tests (part D)
82
+ command : .circleci/test.sh bundle-jasmine
83
+
72
84
make-baselines :
73
85
parallelism : 4
74
86
docker :
@@ -162,18 +174,6 @@ jobs:
162
174
name : Run syntax tests on source files
163
175
command : .circleci/test.sh source-syntax
164
176
165
- bundle-jasmine :
166
- docker :
167
- # need '-browsers' version to test in real (xvfb-wrapped) browsers
168
- - image : circleci/node:12.22.1-browsers
169
- working_directory : ~/plotly.js
170
- steps :
171
- - attach_workspace :
172
- at : ~/
173
- - run :
174
- name : Run jasmine tests (part D)
175
- command : .circleci/test.sh bundle-jasmine
176
-
177
177
publish-dist :
178
178
docker :
179
179
- image : circleci/node:12.22.1
You can’t perform that action at this time.
0 commit comments