mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -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/
|
NOTIFY_E2E_TEST_URI: http://localhost:6012/
|
||||||
- name: Tail Admin Server logs
|
- name: Tail Admin Server logs
|
||||||
run: |
|
run: |
|
||||||
tail -f admin-server.log &
|
tail -f admin-server.log > /dev/null & disown
|
||||||
- name: Ensure Admin Server is running
|
- name: Ensure Admin Server is running
|
||||||
run: |
|
run: |
|
||||||
until curl -s http://localhost:6012; do
|
until curl -s http://localhost:6012; do
|
||||||
|
|||||||
Reference in New Issue
Block a user