Skip to content

Commit

Permalink
misc: Updating setup variables workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Mar 5, 2024
1 parent 29ab8b1 commit e3260f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-uat-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3260f7

Please sign in to comment.