increase debug

This commit is contained in:
Kenneth Kehl
2024-08-28 11:04:25 -07:00
parent f5baf1cb79
commit 7e38e28a5e

View File

@@ -116,7 +116,7 @@ jobs:
# NOTIFY_ENVIRONMENT: development
- name: Check API Server availability
run: |
curl --fail https://notify-api-staging.app.cloud.gov:6011 || exit 1
curl --fail -v https://notify-api-staging.app.cloud.gov || exit 1
- name: Run Admin server
run: make run-flask &
env: