mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:31:47 +00:00
22 lines
503 B
YAML
22 lines
503 B
YAML
schemaVersion: "2.0.0"
|
|
|
|
commandTests:
|
|
- name: "binary is runnable"
|
|
command: "/embeddings"
|
|
envVars:
|
|
- key: "SANITY_CHECK"
|
|
value: "true"
|
|
# TODO: Have asked the team and they don't think bash is required
|
|
# Leaving this test as a comment until we've confirmed with QA
|
|
# - name: "bash is runnable"
|
|
# command: "bash"
|
|
# args:
|
|
# - --version
|
|
|
|
- name: "not running as root"
|
|
command: "/usr/bin/id"
|
|
args:
|
|
- -u
|
|
excludedOutput: ["^0"]
|
|
exitCode: 0
|