Skip to content

Commit dd45d72

Browse files
authored
chore(geo): Add AWSLocationGeoPlugin tests to Circle CI config. (#1532)
1 parent 6283862 commit dd45d72

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ deploy_requires: &deploy_requires
232232
- unit_test_auth
233233
- unit_test_core_ml
234234
- unit_test_datastore
235+
- unit_test_geo
235236
- unit_test_predictions
236237
- unit_test_storage
237238

@@ -279,6 +280,13 @@ workflows:
279280
scheme: AWSDataStoreCategoryPlugin
280281
requires:
281282
- 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
282290
- plugin_unit_test:
283291
name: unit_test_core_ml
284292
path: Predictions

0 commit comments

Comments
 (0)