Skip to content

Commit 8eade10

Browse files
authored
chore: disable telemetry on nextjs
Signed-off-by: Claudio Wunder <[email protected]>
1 parent e10e1ac commit 8eade10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
env:
4040
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
4141
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
42+
NEXT_TELEMETRY_DISABLED: 1
4243

4344
- name: Save Cache
4445
uses: actions/cache/save@v3
@@ -87,12 +88,14 @@ jobs:
8788
env:
8889
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
8990
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
91+
NEXT_TELEMETRY_DISABLED: 1
9092

9193
- name: Run Storybook Tests
9294
run: npx turbo test:storybook
9395
env:
9496
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
9597
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
98+
NEXT_TELEMETRY_DISABLED: 1
9699

97100
- name: Save Cache
98101
uses: actions/cache/save@v3
@@ -143,6 +146,7 @@ jobs:
143146
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
144147
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
145148
NODE_OPTIONS: '--max_old_space_size=4096'
149+
NEXT_TELEMETRY_DISABLED: 1
146150

147151
- name: Save Cache
148152
uses: actions/cache/save@v3

0 commit comments

Comments
 (0)