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 run: poetry run coverage report --fail-under=90
- name: Health check - name: Health check
if: ${{ (curl -v https://notify-staging.app.cloud.gov/_status) != *"ok"* }} if: ${{ (curl -v https://notify-staging.app.cloud.gov/_status) != *"ok"* }}
uses: actions/github-script@v3 steps:
with: - uses: actions/github-script@v3
script: | with:
core.setFailed('Health check failed') script: |
core.setFailed('Health check failed')
validate-new-relic-config: validate-new-relic-config:
runs-on: ubuntu-latest runs-on: ubuntu-latest