try again

This commit is contained in:
Kenneth Kehl
2023-09-12 13:33:56 -07:00
parent 4b8ad438f2
commit 6bd98188f9

View File

@@ -56,7 +56,7 @@ jobs:
- name: Check coverage threshold
run: poetry run coverage report --fail-under=90
- name: Health check
if: 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
with:
script: |