4
0
Fork 0

added debug

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-07-26 17:32:58 +01:00
parent 0c9a88ea1a
commit 02c0c64cf8
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB

View file

@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
env:
ENABLE_DEBUG: false
ENABLE_DEBUG: true
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
@ -68,6 +68,11 @@ jobs:
working-directory: .github/workflows
run: terraform validate
- name: Validate path contents
if: env.ENABLE_DEBUG == 'true'
working-directory: .github/workflows
run: pwd && ls -laR
- name: Terraform_Apply
working-directory: .github/workflows
env: