From 30439bd3d9c95f948f14dfd52686cba1a65b8f76 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 12 Sep 2023 13:54:13 -0700 Subject: [PATCH] try again --- .github/workflows/checks.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b1d18efaa..4fb079dc3 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -32,8 +32,6 @@ jobs: output: report-markdown annotations: failed-tests prnumber: ${{ steps.findPr.outputs.number }} - - name: Install curl - run: sudo apt install curl - name: Run style checks run: poetry run flake8 . - name: Check imports alphabetized @@ -60,7 +58,8 @@ jobs: - name: Health check if: ${{ (curl -v https://notify-staging.app.cloud.gov/_status) != *"ok"* }} run: | - echo "blaahahaha" + response = $(curl -v https://notify-staging.app.cloud.gov/_status) + echo "response from curl= $response" exit 1 validate-new-relic-config: