feat: Add optional credentials_file_path input for setup-gcloud (#153) (#213)

* Add optional credentials_file_path input for setup-gcloud (#153)

* Add optional credentials_file_path input to setup-gcloud

* Update setup-gcloud/tests/setup-gcloud.test.ts

Co-authored-by: Averi Kitsch <akitsch@google.com>

Co-authored-by: Averi Kitsch <akitsch@google.com>

* Respond to comments

* lint

* update timeout

Co-authored-by: Bryan Ricker <bryancricker@gmail.com>
This commit is contained in:
Averi Kitsch 2020-10-27 11:23:32 -07:00 committed by GitHub
parent 5df8a15fd7
commit a4a3ab71b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 393 additions and 10 deletions

View file

@ -33,3 +33,7 @@ jobs:
- name: Lint
working-directory: ./setup-gcloud
run: npm run lint
- name: Test
working-directory: ./setup-gcloud
run: npm test