mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-21 07:19:24 +00:00
* 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:
parent
5df8a15fd7
commit
a4a3ab71b6
8 changed files with 393 additions and 10 deletions
4
.github/workflows/setup-gcloud.yml
vendored
4
.github/workflows/setup-gcloud.yml
vendored
|
|
@ -33,3 +33,7 @@ jobs:
|
|||
- name: Lint
|
||||
working-directory: ./setup-gcloud
|
||||
run: npm run lint
|
||||
|
||||
- name: Test
|
||||
working-directory: ./setup-gcloud
|
||||
run: npm test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue