From 02c0c64cf8225be09ab2e29e7ec6563bcd499426 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 26 Jul 2022 17:32:58 +0100 Subject: [PATCH] added debug Signed-off-by: Mark Bolwell --- .github/workflows/linux_benchmark_testing.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux_benchmark_testing.yml b/.github/workflows/linux_benchmark_testing.yml index 6964d19..70fabc6 100644 --- a/.github/workflows/linux_benchmark_testing.yml +++ b/.github/workflows/linux_benchmark_testing.yml @@ -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: