sourcegraph/dev/linearhooks/image_test.yaml

15 lines
248 B
YAML
Raw Permalink Normal View History

2024-05-07 07:14:05 +00:00
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