mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:31:54 +00:00
15 lines
248 B
YAML
15 lines
248 B
YAML
|
|
schemaVersion: '2.0.0'
|
||
|
|
|
||
|
|
commandTests:
|
||
|
|
- name: 'binary is runnable'
|
||
|
|
command: '/linearhooks'
|
||
|
|
args:
|
||
|
|
- '--help'
|
||
|
|
|
||
|
|
- name: 'not running as root'
|
||
|
|
command: '/usr/bin/id'
|
||
|
|
args:
|
||
|
|
- -u
|
||
|
|
excludedOutput: ['^0']
|
||
|
|
exitCode: 0
|