try again

This commit is contained in:
Kenneth Kehl
2023-09-13 09:43:11 -07:00
parent 35f80589c1
commit daaa04b292

View File

@@ -65,12 +65,12 @@ jobs:
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
exit 1
endif
- name: Health check passed
run: |
echo "Health check passed"
# if $response != *"ok"*; then
# echo "Health check failed"
# exit 1
# else;
# echo "Health check passed"
# endif
env:
NOTIFY_E2E_AUTH_STATE_PATH: ${{ secrets.NOTIFY_E2E_AUTH_STATE_PATH }}
NOTIFY_E2E_TEST_EMAIL: ${{ secrets.NOTIFY_E2E_TEST_EMAIL }}