update instructions for running integration tests
This commit is contained in:
parent
343f41803d
commit
49fc5c032d
|
|
@ -95,6 +95,12 @@ export GCS_BUCKET="gs://<your bucket>"
|
|||
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:
|
||||
|
||||
```shell
|
||||
|
|
|
|||
Loading…
Reference in New Issue