We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6283862 commit dd45d72Copy full SHA for dd45d72
.circleci/config.yml
@@ -232,6 +232,7 @@ deploy_requires: &deploy_requires
232
- unit_test_auth
233
- unit_test_core_ml
234
- unit_test_datastore
235
+ - unit_test_geo
236
- unit_test_predictions
237
- unit_test_storage
238
@@ -279,6 +280,13 @@ workflows:
279
280
scheme: AWSDataStoreCategoryPlugin
281
requires:
282
- install_gems
283
+ - plugin_unit_test:
284
+ name: unit_test_geo
285
+ path: Geo
286
+ workspace: GeoCategoryPlugin
287
+ scheme: AWSLocationGeoPlugin
288
+ requires:
289
+ - install_gems
290
- plugin_unit_test:
291
name: unit_test_core_ml
292
path: Predictions
0 commit comments