sourcegraph/dev/linearhooks/image_test.yaml
2024-05-07 00:14:05 -07:00

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