From 611ebc48d1b7ed84d0b31cf5b69011759e6739b0 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 12 Sep 2023 14:20:46 -0700 Subject: [PATCH] try again --- .github/workflows/checks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b30dc96a3..4f67b2b5c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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