sourcegraph/cmd/cody-gateway/image_test.yaml
Erik Seliger 788e6feb57
Move cody-gateway out of enterprise (#54802)
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.
2023-07-12 00:36:45 +02:00

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