Skip to content

Commit af1f032

Browse files
committed
run duplicate key test last
1 parent 3cb18e3 commit af1f032

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,15 @@ jobs:
173173
- run:
174174
name: Test plotly bundles againt unexpected characters
175175
command: npm run no-bad-char
176-
- run:
177-
name: Test plotly bundles againt duplicate keys
178-
command: npm run no-dup-keys
179176
- run:
180177
name: Test certain bundles against function constructors
181178
command: npm run no-new-func
182179
- run:
183180
name: Test plotly bundles against es6
184181
command: npm run no-es6-dist
182+
- run:
183+
name: Test plotly bundles againt duplicate keys
184+
command: npm run no-dup-keys
185185

186186
workflows:
187187
version: 2

0 commit comments

Comments
 (0)