Skip to content

Commit

Permalink
misc: ""
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Mar 7, 2024
1 parent 49045b1 commit 44a586b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-uat-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ jobs:
run: |
DirectoryList=("port-2-port-connection: ./examples/port-2-port-connection")
for list in ../../tests/uat/*; do
for list in ../../examples/*; do
if [[ "$list" == *"port-2-port-connection"* ]]; then
directory_name=$(basename "$list")
echo $list
echo $TEST_DATA_UAT_PORT_2_CONNECTION >> $list/terraform.tfvars.json
echo $TEST_DATA_UAT_PORT_2_CONNECTION >> "$list/terraform.tfvars.json"
fi
done
Expand Down

0 comments on commit 44a586b

Please sign in to comment.