File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -335,39 +335,29 @@ workflows:
335
335
jobs :
336
336
- checkout :
337
337
<< : *default-context
338
-
339
338
- test_unit :
340
339
<< : *default-context
341
-
342
340
- test_browser :
343
341
<< : *default-context
344
-
345
342
- test_lint :
346
343
<< : *default-context
347
-
348
344
- test_static :
349
345
<< : *default-context
350
-
351
346
- test_types :
352
347
<< : *default-context
353
-
354
348
- test_e2e :
355
349
<< : *default-context
356
-
357
350
- test_regressions :
358
351
<< : *default-context
359
-
360
352
- run_danger :
361
353
<< : *default-context
362
-
363
354
e2e-website :
364
355
when :
365
356
equal : [e2e-website, << pipeline.parameters.workflow >>]
366
357
jobs :
367
358
- checkout :
368
359
<< : *default-context
369
360
- test_e2e_website
370
-
371
361
additional-tests :
372
362
when :
373
363
and :
@@ -393,7 +383,6 @@ workflows:
393
383
<< : *default-context
394
384
name : test_e2e_additional
395
385
react-version : << pipeline.parameters.with-react-version >>
396
-
397
386
additional-checks :
398
387
when :
399
388
and :
You can’t perform that action at this time.
0 commit comments