diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index 0ba4db2392761..dd2540c3a6955 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 &> /tmp/logs/server.txt & + $DOCKER_RUN ./bin/docker-server - name: Wait for PostHog # these are required checks so, we can't skip entire sections