@@ -160,7 +160,7 @@ jobs:
160
160
name : Run jasmine tests (part D)
161
161
command : .circleci/test.sh bundle-jasmine
162
162
163
- mathjax-v2- firefox81 :
163
+ mathjax-firefox81 :
164
164
docker :
165
165
# need '-browsers' version to test in real (xvfb-wrapped) browsers
166
166
- image : cimg/node:16.8.0-browsers
@@ -176,10 +176,10 @@ jobs:
176
176
- attach_workspace :
177
177
at : ~/
178
178
- run :
179
- name : Test MathJax v2 on firefox-81
180
- command : .circleci/test.sh mathjax-v2- firefox
179
+ name : Test MathJax on firefox-81
180
+ command : .circleci/test.sh mathjax-firefox
181
181
182
- mathjax-v2- firefox82 :
182
+ mathjax-firefox82 :
183
183
docker :
184
184
# need '-browsers' version to test in real (xvfb-wrapped) browsers
185
185
- image : cimg/node:16.8.0-browsers
@@ -195,10 +195,10 @@ jobs:
195
195
- attach_workspace :
196
196
at : ~/
197
197
- run :
198
- name : Test MathJax v2 on firefox-82
199
- command : .circleci/test.sh mathjax-v2- firefox82+
198
+ name : Test MathJax on firefox-82
199
+ command : .circleci/test.sh mathjax-firefox82+
200
200
201
- mathjax-v2- firefoxLatest :
201
+ mathjax-firefoxLatest :
202
202
docker :
203
203
# need '-browsers' version to test in real (xvfb-wrapped) browsers
204
204
- image : cimg/node:16.8.0-browsers
@@ -213,45 +213,8 @@ jobs:
213
213
- attach_workspace :
214
214
at : ~/
215
215
- run :
216
- name : Test MathJax v2 on firefox-latest
217
- command : .circleci/test.sh mathjax-v2-firefox82+
218
-
219
- mathjax-v3-firefoxLatest :
220
- docker :
221
- # need '-browsers' version to test in real (xvfb-wrapped) browsers
222
- - image : cimg/node:16.8.0-browsers
223
- environment :
224
- # Alaska time (arbitrary timezone to test date logic)
225
- TZ : " America/Anchorage"
226
- working_directory : ~/plotly.js
227
- steps :
228
- - browser-tools/install-browser-tools : &browser-versions
229
- install-chrome : false
230
- install-chromedriver : false
231
- - attach_workspace :
232
- at : ~/
233
- - run :
234
- name : Test MathJax v3 on firefox-latest
235
- command : .circleci/test.sh mathjax-v3-firefox82+
236
-
237
- mathjax-v3-firefox81 :
238
- docker :
239
- # need '-browsers' version to test in real (xvfb-wrapped) browsers
240
- - image : cimg/node:16.8.0-browsers
241
- environment :
242
- # Alaska time (arbitrary timezone to test date logic)
243
- TZ : " America/Anchorage"
244
- working_directory : ~/plotly.js
245
- steps :
246
- - browser-tools/install-browser-tools : &browser-versions
247
- firefox-version : ' 81.0'
248
- install-chrome : false
249
- install-chromedriver : false
250
- - attach_workspace :
251
- at : ~/
252
- - run :
253
- name : Test MathJax v2 on firefox-81
254
- command : .circleci/test.sh mathjax-v3-firefox
216
+ name : Test MathJax on firefox-latest
217
+ command : .circleci/test.sh mathjax-firefox82+
255
218
256
219
make-baselines :
257
220
parallelism : 4
@@ -432,19 +395,13 @@ workflows:
432
395
- bundle-jasmine :
433
396
requires :
434
397
- install-and-cibuild
435
- - mathjax-v2-firefox81 :
436
- requires :
437
- - install-and-cibuild
438
- - mathjax-v2-firefox82 :
439
- requires :
440
- - install-and-cibuild
441
- - mathjax-v2-firefoxLatest :
398
+ - mathjax-firefox81 :
442
399
requires :
443
400
- install-and-cibuild
444
- - mathjax-v3-firefoxLatest :
401
+ - mathjax-firefox82 :
445
402
requires :
446
403
- install-and-cibuild
447
- - mathjax-v3-firefox81 :
404
+ - mathjax-firefoxLatest :
448
405
requires :
449
406
- install-and-cibuild
450
407
- no-gl-jasmine :
0 commit comments