21363: Remove python3-distutils dependencies
[arvados.git] / sdk / cwl / tests / wf / submit_wf_map.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 # Test case for arvados-cwl-runner
6 #
7 # Used to test whether scanning a workflow file for dependencies
8 # (e.g. submit_tool.cwl) and uploading to Keep works as intended.
9
10 class: Workflow
11 cwlVersion: v1.2
12 inputs:
13   x:
14     type: File
15   y:
16     type: Directory
17   z:
18     type: Directory
19 outputs: []
20 steps:
21   step1:
22     in:
23       x: x
24     out: []
25     run: ../tool/submit_tool_map.cwl