sourcegraph/cmd/precise-code-intel-worker/image_test.yaml
Erik Seliger 4cee2a0fb5
Move precise-code-intel-worker out of enterprise (#54926)
Not required anymore, just a git mv and some path changes.

## Test plan

CI.
2023-07-13 20:09:16 +02:00

16 lines
298 B
YAML

schemaVersion: "2.0.0"
commandTests:
- name: "binary is runnable"
command: "/precise-code-intel-worker"
envVars:
- key: "SANITY_CHECK"
value: "true"
- name: "not running as root"
command: "/usr/bin/id"
args:
- -u
excludedOutput: ["^0"]
exitCode: 0