try again

This commit is contained in:
Kenneth Kehl
2023-09-12 13:42:34 -07:00
parent 5a7c19ed22
commit 94152b51ef

View File

@@ -57,11 +57,9 @@ jobs:
run: poetry run coverage report --fail-under=90
- name: Health check
if: ${{ (curl -v https://notify-staging.app.cloud.gov/_status) != *"ok"* }}
steps:
- uses: actions/github-script@v3
with:
script: |
core.setFailed('Health check failed')
run: |
echo "blaahahaha"
exit 1
validate-new-relic-config:
runs-on: ubuntu-latest