Skip to content

Commit

Permalink
fix: inconsistent codegen
Browse files Browse the repository at this point in the history
because the Redis provider has integrations with AWS and GCP
we need to ensure the providers are available or the codegen
seems to change
  • Loading branch information
rawkode committed May 10, 2023
1 parent 2968f3f commit 1600791
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ jobs:
- name: Install Pulumi CLI
uses: pulumi/action-install-pulumi-cli@b374ceb6168550de27c6eba92e01c1a774040e11 # tag=v2.0.0

- name: AWS Provider
run: pulumi plugin install resource aws

- name: Google Provider
run: pulumi plugin install resource gcp

- name: Setup Node
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3.6.0
with:
Expand Down

0 comments on commit 1600791

Please sign in to comment.