try putting default log handler back in place to get logs streaming to github job output

This commit is contained in:
Kenneth Kehl
2024-08-29 09:40:36 -07:00
parent 15a87ec026
commit c5060d3f14

View File

@@ -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