X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5603cefb38fbd2fc6493e8ccee587629e7af089e..7d4da75d3980d465053c44b4d5b16afe166912a6:/sdk/cwl/tests/wf/submit_wf.cwl?ds=sidebyside diff --git a/sdk/cwl/tests/wf/submit_wf.cwl b/sdk/cwl/tests/wf/submit_wf.cwl index 874c72c50f..6856e54748 100644 --- a/sdk/cwl/tests/wf/submit_wf.cwl +++ b/sdk/cwl/tests/wf/submit_wf.cwl @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + # Test case for arvados-cwl-runner # # Used to test whether scanning a workflow file for dependencies @@ -8,6 +12,10 @@ cwlVersion: v1.0 inputs: - id: x type: File + - id: y + type: Directory + - id: z + type: Directory outputs: [] steps: - id: step1