X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c980683a243903babe9cc09cabc71e1c6229fef1..HEAD:/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..405f99bcb0 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.2 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