Skip to content

Commit 8df8665

Browse files
authored
cwlVersion: v1.2 for tests/secondaryfiles/rename-{in,out}puts.cwl (#63)
1 parent 6d32f98 commit 8df8665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/secondaryfiles/rename-inputs.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: InputSecondaryFileConformanceTest
33
baseCommand:
44
- ls
55
class: CommandLineTool
6-
cwlVersion: v1.0
6+
cwlVersion: v1.2
77
doc: |
88
Simple test to confirm the implementation of expressions returning a File within a CommandInputParameter.secondaryFile field.
99

tests/secondaryfiles/rename-outputs.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: OutputSecondaryFileConformanceTest
33
baseCommand:
44
- ls
55
class: CommandLineTool
6-
cwlVersion: v1.0
6+
cwlVersion: v1.2
77
doc: |
88
Simple test to confirm the implementation of expressions returning a File within a CommandOutputParameter.secondaryFile field.
99

0 commit comments

Comments
 (0)