mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 17:24:23 -04:00
try again
This commit is contained in:
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
@@ -58,9 +58,8 @@ 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)
|
||||||
response = $(curl -v ${{ secrets.NOTIFY_E2E_TEST_URI }}_status)
|
$(curl -v ${{ secrets.NOTIFY_E2E_TEST_URI }}_status)
|
||||||
|
|
||||||
echo "response from curl= $response"
|
|
||||||
# exit 1
|
# exit 1
|
||||||
env:
|
env:
|
||||||
NOTIFY_E2E_AUTH_STATE_PATH: ${{ secrets.NOTIFY_E2E_AUTH_STATE_PATH }}
|
NOTIFY_E2E_AUTH_STATE_PATH: ${{ secrets.NOTIFY_E2E_AUTH_STATE_PATH }}
|
||||||
|
|||||||
Reference in New Issue
Block a user