try again

This commit is contained in:
Kenneth Kehl
2023-09-13 07:51:43 -07:00
parent eec791265c
commit f23f13f201

View File

@@ -57,10 +57,9 @@ jobs:
run: poetry run coverage report --fail-under=90
- name: Health check
if: ${{ (curl -u "$login" -v "$status_page") != *"ok"* }}
steps:
- uses: actions/github-script@v6
with:
script: core.setFailed('Health check failed')
uses: actions/github-script@v6
with:
script: core.setFailed('Health check failed')
env:
login: ${{secrets.NOTIFY_E2E_TEST_HTTP_AUTH_USER}}:${{secrets.NOTIFY_E2E_TEST_HTTP_AUTH_PASSWORD}}
status_page: ${{secrets.NOTIFY_E2E_TEST_URI}}_status