File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 6969 name : Run jasmine tests (part C)
7070 command : .circleci/test.sh flaky-no-gl-jasmine
7171
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+
7284 make-baselines :
7385 parallelism : 4
7486 docker :
@@ -162,18 +174,6 @@ jobs:
162174 name : Run syntax tests on source files
163175 command : .circleci/test.sh source-syntax
164176
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-
177177 publish-dist :
178178 docker :
179179 - image : circleci/node:12.22.1
You can’t perform that action at this time.
0 commit comments