From bcc7002420b1ee867a3731ef3aa6b4fd63f2d4b8 Mon Sep 17 00:00:00 2001 From: srushti-patl Date: Mon, 4 Mar 2024 22:23:32 -0800 Subject: [PATCH] misc: testing directory path in workflow --- .github/workflows/test-uat-suite.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-uat-suite.yaml b/.github/workflows/test-uat-suite.yaml index 0df8f178..d195f449 100644 --- a/.github/workflows/test-uat-suite.yaml +++ b/.github/workflows/test-uat-suite.yaml @@ -39,6 +39,9 @@ jobs: - name: Setup Variables Files run: | for secret_content in $(env | grep 'TEST_DATA_UAT_' | cut -d '=' -f1); do + pwd + if [[ -z "$secret_content" ]];then + echo "Variable is empty" if [[ "$secret_content" == *"PORT_CONNECTION_PORT_ZSIDE"* ]]; then pwd echo "$secret_content" > ./examples/port-2-port-connection/terraform.tfvars.json