Skip to content

Commit d4c49d5

Browse files
authored
Enable Cloud SQL tests.
1 parent c147af2 commit d4c49d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

circle.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ deployment:
8484
owner: GoogleCloudPlatform
8585
commands:
8686
- node scripts/build "appengine/analytics"
87-
# TODO: Add env vars to CI environment
88-
# - node scripts/build "appengine/cloudsql"
87+
- node scripts/build "appengine/cloudsql" -- --test-args "run unit-test"
8988
- node scripts/build "appengine/datastore"
9089
- node scripts/build "appengine/endpoints"
9190
- node scripts/build "appengine/errorreporting"
@@ -119,4 +118,4 @@ deployment:
119118
# - node scripts/build "video"
120119
# TODO: Repo tools doesn't support Redis in build container yet.
121120
# When this is done, remove Vision from main system tests.
122-
# - node scripts/build "vision"
121+
# - node scripts/build "vision"

0 commit comments

Comments
 (0)