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 c147af2 commit d4c49d5Copy full SHA for d4c49d5
circle.yml
@@ -84,8 +84,7 @@ deployment:
84
owner: GoogleCloudPlatform
85
commands:
86
- node scripts/build "appengine/analytics"
87
- # TODO: Add env vars to CI environment
88
- # - node scripts/build "appengine/cloudsql"
+ - node scripts/build "appengine/cloudsql" -- --test-args "run unit-test"
89
- node scripts/build "appengine/datastore"
90
- node scripts/build "appengine/endpoints"
91
- node scripts/build "appengine/errorreporting"
@@ -119,4 +118,4 @@ deployment:
119
118
# - node scripts/build "video"
120
# TODO: Repo tools doesn't support Redis in build container yet.
121
# When this is done, remove Vision from main system tests.
122
- # - node scripts/build "vision"
+ # - node scripts/build "vision"
0 commit comments