From 5a7c19ed228961e9f97a2370f0875472b1e13832 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 12 Sep 2023 13:39:26 -0700 Subject: [PATCH] try again --- .github/workflows/checks.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e613b2465..3f8a0c845 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -57,10 +57,11 @@ jobs: run: poetry run coverage report --fail-under=90 - name: Health check if: ${{ (curl -v https://notify-staging.app.cloud.gov/_status) != *"ok"* }} - uses: actions/github-script@v3 - with: - script: | - core.setFailed('Health check failed') + steps: + - uses: actions/github-script@v3 + with: + script: | + core.setFailed('Health check failed') validate-new-relic-config: runs-on: ubuntu-latest