1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: Apache-2.0
5 # Test case for arvados-cwl-runner
7 # Used to test whether scanning a workflow file for dependencies
8 # (e.g. submit_tool.cwl) and uploading to Keep works as intended.
11 arv: "http://arvados.org/cwl#"
17 arv:ProcessProperties:
20 baz: $(inputs.x.basename)
37 - { id: x, source: "#x" }
39 run: ../tool/submit_tool.cwl