Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny committed Feb 19, 2018
2 parents 65b0b1f + be07c34 commit 715f032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ If all tests pass, the code is automatically deployed to a [Cloud Functions Endp

## Setup local development environment

*Note: Node.js 8.0 or greater is required*

* Clone this repo
* Create GCP Datastore indexes
```
Expand Down
4 changes: 0 additions & 4 deletions deploy-to-cloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ sleep 5
## Smoke test API endpoint
curl --silent $API_URL/ping
echo

## Run Postman tests against API deployed to cloud
echo "Using newman runner located at: ["`which newman`"]"
newman run ./api-tests.postman.json --global-var "apiUrl=$API_URL" --delay-request 500 --bail

0 comments on commit 715f032

Please sign in to comment.