diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index 2e401b53d8122..c7c20d69d7fc8 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -207,7 +207,7 @@ jobs: # only starts the plugin server so that the "wait for PostHog" step passes $DOCKER_RUN ./bin/docker-worker &> /tmp/logs/worker.txt & - $DOCKER_RUN ./bin/docker-server + $DOCKER_RUN ./bin/docker-server &> /tmp/logs/server.txt & - name: Wait for PostHog # these are required checks so, we can't skip entire sections