X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f7e07c3a28d4f4e1adbd957749bd825e44a2e523..c031d4145d8ab1a11463acf5b20ef4df1afe00a4:/sdk/cwl/tests/wf/submit_wf.cwl diff --git a/sdk/cwl/tests/wf/submit_wf.cwl b/sdk/cwl/tests/wf/submit_wf.cwl index 104203b2b6..6856e54748 100644 --- a/sdk/cwl/tests/wf/submit_wf.cwl +++ b/sdk/cwl/tests/wf/submit_wf.cwl @@ -1,11 +1,25 @@ +# 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 +# (e.g. submit_tool.cwl) and uploading to Keep works as intended. + class: Workflow +cwlVersion: v1.0 inputs: - id: x type: File + - id: y + type: Directory + - id: z + type: Directory outputs: [] steps: - id: step1 - inputs: + in: - { id: x, source: "#x" } - outputs: [] + out: [] run: ../tool/submit_tool.cwl