From f83056851e093baa57a7d084b600e860bfd33f3a Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 12 Sep 2023 14:29:22 -0700 Subject: [PATCH] try again --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 4f67b2b5c..a4d9a96fe 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -58,7 +58,7 @@ jobs: - name: Health check run: | # response = $(curl -v https://notify-staging.app.cloud.gov/_status) - response = $(curl -v http://localhost:6012/_status) + response = $(curl -v ${{ secrets.NOTIFY_E2E_TEST_URI }}_status) echo "response from curl= $response" # exit 1