Merge branch '8784-dir-listings'
[arvados.git] / sdk / cwl / tests / wf / submit_keepref_wf.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.0
12 inputs:
13   x:
14     type: File
15     default:
16       class: File
17       location: keep:99999999999999999999999999999994+99/blorp.txt
18 outputs: []
19 steps:
20   step1:
21     in:
22       x: x
23     out: []
24     run: ../tool/submit_tool.cwl