try again

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

View File

@@ -57,7 +57,8 @@ 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:
- uses: actions/github-script@v3
with: with:
script: | script: |
core.setFailed('Health check failed') core.setFailed('Health check failed')