mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:31:48 +00:00
Everything is enterprise licensed now, so this doesn't change anything license-wise. Just a small step towards getting rid of the enterprise directory. ## Test plan CI.
16 lines
285 B
YAML
16 lines
285 B
YAML
schemaVersion: "2.0.0"
|
|
|
|
commandTests:
|
|
- name: "binary is runnable"
|
|
command: "/cody-gateway"
|
|
envVars:
|
|
- key: "SANITY_CHECK"
|
|
value: "true"
|
|
|
|
- name: "not running as root"
|
|
command: "/usr/bin/id"
|
|
args:
|
|
- -u
|
|
excludedOutput: ["^0"]
|
|
exitCode: 0
|