Skip to content

Commit 930739b

Browse files
committed
move no-new-func test to run in the end
1 parent 87f89eb commit 930739b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -403,15 +403,15 @@ jobs:
403403
- run:
404404
name: Test plotly.min.js import using requirejs
405405
command: npm run test-requirejs
406+
- run:
407+
name: Test plotly bundles against es6
408+
command: npm run no-es6-dist
406409
- run:
407410
name: Display function constructors in all bundles (only on master)
408411
command: |
409412
if [ $CIRCLE_BRANCH == "master" ]
410413
then npm run no-new-func
411414
fi
412-
- run:
413-
name: Test plotly bundles against es6
414-
command: npm run no-es6-dist
415415
416416
workflows:
417417
version: 2

0 commit comments

Comments
 (0)