Skip to content

Commit

Permalink
Enable Cloud SQL tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored May 25, 2017
1 parent c147af2 commit d4c49d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ deployment:
owner: GoogleCloudPlatform
commands:
- node scripts/build "appengine/analytics"
# TODO: Add env vars to CI environment
# - node scripts/build "appengine/cloudsql"
- node scripts/build "appengine/cloudsql" -- --test-args "run unit-test"
- node scripts/build "appengine/datastore"
- node scripts/build "appengine/endpoints"
- node scripts/build "appengine/errorreporting"
Expand Down Expand Up @@ -119,4 +118,4 @@ deployment:
# - node scripts/build "video"
# TODO: Repo tools doesn't support Redis in build container yet.
# When this is done, remove Vision from main system tests.
# - node scripts/build "vision"
# - node scripts/build "vision"

0 comments on commit d4c49d5

Please sign in to comment.