From e3260f7a600bea21215f5266538bea8e2397a01e Mon Sep 17 00:00:00 2001 From: srushti-patl Date: Mon, 4 Mar 2024 22:39:21 -0800 Subject: [PATCH] misc: Updating setup variables workflow job --- .github/workflows/test-uat-suite.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-uat-suite.yaml b/.github/workflows/test-uat-suite.yaml index f7d76fd5..370f6295 100644 --- a/.github/workflows/test-uat-suite.yaml +++ b/.github/workflows/test-uat-suite.yaml @@ -41,11 +41,12 @@ jobs: for secret_content in $(env | grep 'TEST_DATA_UAT_' | cut -d '=' -f1); do pwd if [[ -z "$secret_content" ]];then - echo "Variable is empty" + echo "Variable is empty" if [[ "$secret_content" == *"PORT_CONNECTION_PORT_ZSIDE"* ]]; then pwd echo "$secret_content" > ./examples/port-2-port-connection/terraform.tfvars.json fi + done - name: Run Go Tests run: go test ./tests/uat -v -coverprofile coverage_uat_modules.txt -covermode=atomic -count 1 -parallel 8 -timeout 180m