code review feedback

This commit is contained in:
Kenneth Kehl
2024-09-13 07:50:24 -07:00
5 changed files with 431 additions and 3253 deletions

View File

@@ -93,9 +93,12 @@ jobs:
run: |
curl --fail -v https://notify-api-staging.app.cloud.gov || exit 1
- name: Run Admin server
# If we want to log stuff and see what's broken,
# insert this line:
# tail -f admin-server.log &
# above make e2e-test
run: |
make run-flask > admin-server.log 2>&1 &
tail -f admin-server.log &
make e2e-test
env:
API_HOST_NAME: https://notify-api-staging.app.cloud.gov/