try again

This commit is contained in:
Kenneth Kehl
2023-09-12 13:39:26 -07:00
parent 6bd98188f9
commit 5a7c19ed22

View File

@@ -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