8784: Fix test for latest firefox.
[arvados.git] / sdk / cwl / tests / wf / submit_keepref_wf.cwl
1 # Test case for arvados-cwl-runner
2 #
3 # Used to test whether scanning a workflow file for dependencies
4 # (e.g. submit_tool.cwl) and uploading to Keep works as intended.
5
6 class: Workflow
7 cwlVersion: v1.0
8 inputs:
9   x:
10     type: File
11     default:
12       class: File
13       location: keep:99999999999999999999999999999994+99/blorp.txt
14 outputs: []
15 steps:
16   step1:
17     in:
18       x: x
19     out: []
20     run: ../tool/submit_tool.cwl