Skip to content

Commit

Permalink
Experiment: Cache pulumi plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Dec 20, 2024
1 parent 806147d commit c01bfc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/deploy_infrastructure/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ runs:
restore-keys: |
${{ runner.os }}-pip-
- name: Cache Pulumi plugins
uses: actions/cache@v4
with:
path: ~/.pulumi/plugins
key: pulumi-plugins-${{ runner.os }}-${{ inputs.pulumi-version }}
restore-keys: |
pulumi-plugins-${{ runner.os }}-
- name: Configure GCP Credentials
uses: google-github-actions/auth@v2
with:
Expand Down

0 comments on commit c01bfc2

Please sign in to comment.