Skip to content

Feature request: setup-gcloud should support installing optional components #103

@joshlf

Description

@joshlf

TL;DR

The setup-gcloud action should support installing optional components. Currently, the only way to install optional components is to add a run action to your ci.yml like:

steps:
  - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
  - name: Install Google Cloud SDK components
    run: yes | gcloud components install beta cloud-firestore-emulator

In practice, this approach seems to take a long time to execute, and often flakes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions