4
0
Fork 0

added debug

This commit is contained in:
uk-bolly 2022-07-26 17:31:02 +01:00 committed by GitHub
parent 08bb6b553f
commit df2d812e6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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:
@ -67,7 +67,12 @@ jobs:
- name: Terraform_Validate
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: