mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 17:38:25 -04:00
increase debug
This commit is contained in:
6
.github/workflows/checks.yml
vendored
6
.github/workflows/checks.yml
vendored
@@ -114,10 +114,10 @@ jobs:
|
|||||||
# NOTIFY_E2E_TEST_EMAIL: ${{ secrets.NOTIFY_E2E_TEST_EMAIL }}
|
# NOTIFY_E2E_TEST_EMAIL: ${{ secrets.NOTIFY_E2E_TEST_EMAIL }}
|
||||||
# NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
|
# NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
|
||||||
# NOTIFY_ENVIRONMENT: development
|
# NOTIFY_ENVIRONMENT: development
|
||||||
|
- name: Check API Server availability
|
||||||
|
run: |
|
||||||
|
curl --fail https://notify-api-staging.app.cloud.gov:6011 || exit 1
|
||||||
- name: Run Admin server
|
- name: Run Admin server
|
||||||
ports:
|
|
||||||
- 6011:6011
|
|
||||||
options: --health-cmd="curl --fail https://notify-api-staging.app.cloud.gov:6011/" || exit 1"
|
|
||||||
run: make run-flask &
|
run: make run-flask &
|
||||||
env:
|
env:
|
||||||
API_HOST_NAME: https://notify-api-staging.app.cloud.gov/
|
API_HOST_NAME: https://notify-api-staging.app.cloud.gov/
|
||||||
|
|||||||
Reference in New Issue
Block a user