Skip to content

Commit b34e4b7

Browse files
authored
disable telemetry for CI tests (#168)
1 parent 2dc27a5 commit b34e4b7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/app_harness.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: app-harness
22
env:
33
REFLEX_VERSION: "==0.3.2"
4+
TELEMETRY_ENABLED: false
45
on:
56
push:
67
branches: [ main ]

.github/workflows/check_export.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: check-export
22
env:
33
REFLEX_VERSION: "==0.3.2"
4+
TELEMETRY_ENABLED: false
45
on:
56
push:
67
branches: [ main ]

0 commit comments

Comments
 (0)