17462: Add integration test to confirm fix
[arvados.git] / sdk / cwl / tests / wf / trick_defaults2.cwl
1 #!/usr/bin/env cwl-runner
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: Apache-2.0
5
6 class: CommandLineTool
7 cwlVersion: v1.0
8 inputs:
9   inp1:
10     type: File
11     default:
12       class: File
13       location: hello.txt
14       secondaryFiles:
15         - class: Directory
16           location: indir1
17 outputs: []
18 baseCommand: 'true'