mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
try again
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -65,7 +65,7 @@ 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
|
||||
if $response == *"ok"*; then
|
||||
echo "Health check failed"
|
||||
exit 1
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user