diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d10bc51..4dab4dd4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true env: + NEXT_TELEMETRY_DISABLED: 1 AUTH0_SECRET: 336f7a926310cff425cea29556dce2a98859b8d234aa27968696c2e6f1cb7d34 AUTH0_BASE_URL: http://dev.local:3000 AUTH0_ISSUER_BASE_URL: https://shape-docs-dev.eu.auth0.com diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ef6397a1..b594b359 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,6 +5,8 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true +env: + NEXT_TELEMETRY_DISABLED: 1 jobs: build: name: Lint diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9787eb09..d9eb0aa3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,8 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true +env: + NEXT_TELEMETRY_DISABLED: 1 jobs: test: name: Test