try again

This commit is contained in:
Kenneth Kehl
2023-09-13 10:52:51 -07:00
parent 1d9239aa13
commit 21e5c7d103

View File

@@ -64,7 +64,6 @@ jobs:
- name: Health check
run: |
response=$(curl -url ${{secrets.NOTIFY_E2E_TEST_URI}}_status -u "${{ secrets.NOTIFY_E2E_TEST_HTTP_AUTH_USER }}:${{ secrets.NOTIFY_E2E_TEST_HTTP_AUTH_PASSWORD }}")
echo "curl response is $response"
if $response == *"ok"*; then
echo "Health check failed"
exit 1