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:
12
.github/workflows/checks.yml
vendored
12
.github/workflows/checks.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user