Skip to content

Commit

Permalink
misc: testing directory path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Mar 5, 2024
1 parent aeaf096 commit bcc7002
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-uat-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcc7002

Please sign in to comment.