19070: Add integration test for copying dependencies
[arvados.git] / sdk / cwl / tests / wf-defaults / default-dir7a.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 cwlVersion: v1.0
6 class: CommandLineTool
7 inputs:
8   inp2:
9     type: Directory
10 outputs: []
11 arguments: [echo, $(inputs.inp2)]