Clean workflow files
This commit is contained in:
5
.github/actions/fabric-tests/action.yml
vendored
5
.github/actions/fabric-tests/action.yml
vendored
@@ -46,19 +46,16 @@ runs:
|
||||
echo 'disable_checkpoint = true' \
|
||||
| tee -a /home/runner/.terraformrc
|
||||
mkdir -p ${{ env.TF_PLUGIN_CACHE_DIR }}
|
||||
|
||||
- name: Download lockfile
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: lockfile
|
||||
path: tools/lockfile
|
||||
|
||||
- name: Cache Terraform
|
||||
- name: Download Terraform provider cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ env.TF_PLUGIN_CACHE_DIR }}
|
||||
key: ${{ runner.os }}-terraform-${{ hashFiles('tools/lockfile/.terraform.lock.hcl') }}
|
||||
|
||||
# avoid conflicts with user-installed providers on local machines
|
||||
- name: Pin provider versions
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user