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
@@ -64,7 +64,7 @@ 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
|
||||
if grep -q "ok" <<< "$response"; then
|
||||
echo "Health check failed"
|
||||
exit 1
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user