update instructions for running integration tests

This commit is contained in:
cvgw 2020-02-06 14:48:33 -08:00
parent 343f41803d
commit 49fc5c032d
1 changed files with 6 additions and 0 deletions

View File

@ -95,6 +95,12 @@ export GCS_BUCKET="gs://<your bucket>"
export IMAGE_REPO="gcr.io/somerepo" export IMAGE_REPO="gcr.io/somerepo"
``` ```
Login for both user and application credentials
```shell
gcloud auth login
gcloud auth application-default login
```
Then you can launch integration tests as follows: Then you can launch integration tests as follows:
```shell ```shell