diff --git a/tests/inputs/example.inputs.json b/tests/inputs/example.inputs.json new file mode 100644 index 0000000..5582a53 --- /dev/null +++ b/tests/inputs/example.inputs.json @@ -0,0 +1,5 @@ +{ + "example.hello.name": "Test" + } + + \ No newline at end of file diff --git a/tests/test.example.yaml b/tests/test.example.yaml new file mode 100644 index 0000000..67f2171 --- /dev/null +++ b/tests/test.example.yaml @@ -0,0 +1,7 @@ +- name: test-example + tags: integration + command: miniwdl run -i tests/inputs/example.inputs.json -d test-output/ hello.wdl + files: + - path: test-output/_LAST/stdout.txt + contains: + - 'hello Test!' \ No newline at end of file