File tree 1 file changed +17
-3
lines changed
1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,20 @@ jobs:
117
117
path : build
118
118
destination : /
119
119
120
+ mock-validation :
121
+ docker :
122
+ - image : circleci/node:12.22.1
123
+ working_directory : ~/plotly.js
124
+ steps :
125
+ - attach_workspace :
126
+ at : ~/
127
+ - run :
128
+ name : Test validation using node.js and jsdom
129
+ command : npm run test-plain-obj
130
+ - run :
131
+ name : Validate mocks
132
+ command : npm run test-mock
133
+
120
134
source-syntax :
121
135
docker :
122
136
- image : circleci/node:12.22.1
@@ -182,9 +196,6 @@ jobs:
182
196
steps :
183
197
- attach_workspace :
184
198
at : ~/
185
- - run :
186
- name : Test validation using node.js and jsdom
187
- command : npm run test-plain-obj
188
199
- run :
189
200
name : Test plotly.min.js import using requirejs
190
201
command : npm run test-requirejs
@@ -232,6 +243,9 @@ workflows:
232
243
- flaky-image :
233
244
requires :
234
245
- install-and-cibuild
246
+ - mock-validation :
247
+ requires :
248
+ - install-and-cibuild
235
249
- source-syntax :
236
250
requires :
237
251
- install-and-cibuild
You can’t perform that action at this time.
0 commit comments