diff --git a/.github/workflows/local-dev.yml b/.github/workflows/local-dev.yml index e57db89b7e..fb5f305047 100644 --- a/.github/workflows/local-dev.yml +++ b/.github/workflows/local-dev.yml @@ -28,6 +28,9 @@ jobs: # Note that we don't check out docs-early-access, Elasticsearch, # or any remote translations. Nothing fancy here! + - name: Disable Next.js telemetry + run: npx next telemetry disable + - name: Start server in the background run: npm start > /tmp/stdout.log 2> /tmp/stderr.log &