try again

This commit is contained in:
Kenneth Kehl
2023-09-13 08:00:25 -07:00
parent 7e4cdd23a1
commit 1d397852b3

View File

@@ -56,7 +56,7 @@ jobs:
- name: Check coverage threshold
run: poetry run coverage report --fail-under=90
- name: Health check
if: ${{ (curl -u "$login" -v "$status_page") != *"ok"* }}
if: (curl -u "$login" -v "$status_page") != *"ok"*
uses: actions/github-script@v6
with:
script: core.setFailed('Health check failed')