Files
velociraptor/test/scripts.yaml
Umberto Pepato 6c29ac7e5e refactor: rename run test script
To avoid colliding with the run command
2020-05-16 00:56:31 +02:00

26 lines
439 B
YAML

env:
ENV_TEST: Works!
scripts:
basic: echo Works!
denorun: deno run test.ts
compactrun: test.ts
sh: cat test.ts | deno
multiple:
- echo one
- echo two
multiplepll:
pll:
- sleep 1; echo one
- echo two
allow:
cmd: deno run allow.ts
allow:
- env
tsconfig:
cmd: deno run test.ts
tsconfig: tsconfig.json
importmap:
cmd: deno run --unstable imap.ts
imap: importmap.json