mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-24 01:11:15 -04:00
try putting default log handler back in place to get logs streaming to github job output
This commit is contained in:
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@@ -118,7 +118,9 @@ jobs:
|
||||
run: |
|
||||
curl --fail -v https://notify-api-staging.app.cloud.gov || exit 1
|
||||
- name: Run Admin server
|
||||
run: make run-flask &
|
||||
run: |
|
||||
make run-flask | tee admin-server.log &
|
||||
wait $!
|
||||
env:
|
||||
API_HOST_NAME: https://notify-api-staging.app.cloud.gov/
|
||||
# API_HOST_NAME: http://localhost:6011
|
||||
|
||||
Reference in New Issue
Block a user