X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3386dd9826cf143d078aa8985726516932fafa5b..1416b0952adc0bfee85e15d9c86a51c32fcfd003:/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 e1ff188ccc..6856e54748 100644 --- a/sdk/cwl/tests/wf/submit_wf.cwl +++ b/sdk/cwl/tests/wf/submit_wf.cwl @@ -1,16 +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