Troubleshoot
This commit is contained in:
5
.github/actions/fabric-tests/action.yml
vendored
5
.github/actions/fabric-tests/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user