From 61b6e1d8d66cc90d93443b07df47d7c13157ffa6 Mon Sep 17 00:00:00 2001 From: grumhelden Date: Thu, 8 Aug 2024 15:59:05 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ba3c31..e693433 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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