diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 804b76c63..11bb59ace 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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