supabase-community / seed

Automatically seed your database with production-like dummy data based on your schema for local development and testing.
MIT License
483 stars 19 forks source link

CI disable telemetry #134

Closed justinvdm closed 7 months ago

justinvdm commented 7 months ago

Our e2e tests avoid sending telemetry already, but there seems to be some that still send (might be our install e2e tests)

As a failsafe, this PR adds an env var to our github workflow config to avoid sending telemetry.