Skip to content

Commit

Permalink
Testing smoke test correction
Browse files Browse the repository at this point in the history
  • Loading branch information
shaheislamdfe committed Oct 21, 2024
1 parent 36bcf9d commit 28ef467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
shell: bash
run: |
# Parse the JSON array of URLs into a Bash array
urls=$(echo "$HOSTNAMES" | jq -r '.[]')
urls=$(terraform -chdir=terraform/application output -json urls | jq -r '.[]')
# Loop over each URL and perform the curl check on the /health/all.json endpoint
for url in $urls; do
Expand Down

0 comments on commit 28ef467

Please sign in to comment.