Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grumhelden committed Aug 8, 2024
1 parent fc41530 commit 61b6e1d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Create Terraform plugin cache dir
run: mkdir --parents $TF_PLUGIN_CACHE_DIR

- name: Cache Terraform Providers
uses: terraform-cache/terraform-cache@v1

- name: Setup pipenv
run: python -m pip install --upgrade pipenv wheel

Expand All @@ -67,10 +70,6 @@ jobs:
run: make install_ci
env:
PIPENV_DEV: true
- id: cache-terraform-providers
uses: actions/cache@v4
with:
path: $TF_PLUGIN_CACHE_DIR
key: ${CI_PROJECT_DIR}/plugin-cache

- name: Test
run: make test

0 comments on commit 61b6e1d

Please sign in to comment.