diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index dd2540c3a6955..0ba4db2392761 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -216,7 +216,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