mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
try again
This commit is contained in:
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@@ -64,7 +64,9 @@ 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 "response from curl=$response"
|
||||
if response == *"ok"*; then
|
||||
exit 1
|
||||
endif
|
||||
env:
|
||||
# login: ${{secrets.NOTIFY_E2E_TEST_HTTP_AUTH_USER}}:${{secrets.NOTIFY_E2E_TEST_HTTP_AUTH_PASSWORD}}
|
||||
# status_page: ${{secrets.NOTIFY_E2E_TEST_URI}}_status
|
||||
|
||||
Reference in New Issue
Block a user