diff --git a/tests/test.example.yaml b/tests/test.example.yaml index 72cc166..97a687a 100644 --- a/tests/test.example.yaml +++ b/tests/test.example.yaml @@ -1,5 +1,6 @@ - name: test-example command: miniwdl run -i tests/inputs/example.inputs.json -d test-output/ hello.wdl - stdout: - contains: - - 'hello Test!' + files: + - path: test-output/_LAST/out/hello.response/stdout.txt + contains: + - 'hello Test!'