mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
try again
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
|||||||
- name: Health check
|
- name: Health check
|
||||||
run: |
|
run: |
|
||||||
# response = $(curl -v https://notify-staging.app.cloud.gov/_status)
|
# response = $(curl -v https://notify-staging.app.cloud.gov/_status)
|
||||||
$(curl -v ${{ secrets.NOTIFY_E2E_TEST_URI }}_status)
|
$(curl -u ${{ secrets.NOTIFY_E2E_TEST_HTTP_AUTH_USER }}:${{ secrets.NOTIFY_E2E_TEST_HTTP_AUTH_PASSWORD }} -v ${{ secrets.NOTIFY_E2E_TEST_URI }}_status)
|
||||||
|
|
||||||
# exit 1
|
# exit 1
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user