Troubleshoot

This commit is contained in:
Julio Castillo
2023-04-23 01:11:10 +02:00
parent 49bb72d461
commit 175d1d3893

View File

@@ -50,11 +50,12 @@ runs:
- uses: actions/download-artifact@v3
with:
name: lockfile
path: tmp/
- shell: bash
run: |
ls -R
cat tools/lockfile/.terraform.lock.hcl
ls -Ra tmp
cat tmp/tools/lockfile/.terraform.lock.hcl
- name: Cache Terraform
uses: actions/cache@v3