mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
try again
This commit is contained in:
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user