X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ece22330313613cf4ce8f2b0bd6db4f00bdd08fc..5d5af52a33ec8b10a9af6afd50141db3923441ec:/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 36db603cc6..6856e54748 100644 --- a/sdk/cwl/tests/wf/submit_wf.cwl +++ b/sdk/cwl/tests/wf/submit_wf.cwl @@ -1,17 +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: draft-3 +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