chore: enable code insights in sg start enterprise (#55172)

This was excluded for historical reasons that no longer apply. This will
reduce confusion when people try to start code insights locally.

## Test plan

Code Insights starts with `sg start enterprise`

<!-- All pull requests REQUIRE a test plan:
https://docs.sourcegraph.com/dev/background-information/testing_principles
-->
This commit is contained in:
coury-clark 2023-07-20 15:21:30 -07:00 committed by GitHub
parent 294fe3df22
commit 64b589761c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1024,6 +1024,9 @@ commandsets:
- zoekt-web-1
- blobstore
- embeddings
env:
DISABLE_CODE_INSIGHTS_HISTORICAL: false
DISABLE_CODE_INSIGHTS: false
enterprise-e2e:
<<: *enterprise_set