mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-11 17:04:32 -04:00
try putting default log handler back in place to get logs streaming to github job output
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -134,7 +134,7 @@ jobs:
|
||||
NOTIFY_E2E_TEST_URI: http://localhost:6012/
|
||||
- name: Tail Admin Server logs
|
||||
run: |
|
||||
tail -f admin-server.log &
|
||||
tail -f admin-server.log > /dev/null & disown
|
||||
- name: Ensure Admin Server is running
|
||||
run: |
|
||||
until curl -s http://localhost:6012; do
|
||||
|
||||
Reference in New Issue
Block a user