try again

This commit is contained in:
Kenneth Kehl
2023-09-13 08:59:15 -07:00
parent bfb49d44ae
commit b85a26e6be

View File

@@ -64,7 +64,8 @@ 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 }}")
if response == *"ok"*; then
echo "curl response is $response"
if $response == *"ok"*; then
exit 1
endif
env: