try again

This commit is contained in:
Kenneth Kehl
2023-09-12 14:20:46 -07:00
parent 3909bfd1c4
commit 611ebc48d1

View File

@@ -57,7 +57,9 @@ jobs:
run: poetry run coverage report --fail-under=90
- name: Health check
run: |
response = $(curl -v https://notify-staging.app.cloud.gov/_status)
# response = $(curl -v https://notify-staging.app.cloud.gov/_status)
response = $(curl -v http://localhost:6012/_status)
echo "response from curl= $response"
# exit 1