Skip to content

Commit 2708814

Browse files
GlassOfWhiskeymr-c
authored andcommitted
Bump test version to v1.3.0-dev1
This commit bumps the `cwlVersion` field of all the conformance tests to v1.3.0-dev1, with the exception of the `mixed-versions` ones.
1 parent b84ec22 commit 2708814

File tree

316 files changed

+318
-318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

316 files changed

+318
-318
lines changed

tests/anon_enum_inside_array.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: v1.2
1+
cwlVersion: v1.3.0-dev1
22
class: CommandLineTool
33
inputs:
44
first:

tests/anon_enum_inside_array_inside_schemadef.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: v1.2
1+
cwlVersion: v1.3.0-dev1
22
class: CommandLineTool
33
requirements:
44
SchemaDefRequirement:

tests/any-type-compat.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: v1.2
1+
cwlVersion: v1.3.0-dev1
22
class: Workflow
33

44
steps: []

tests/basename-fields-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: v1.2
1+
cwlVersion: v1.3.0-dev1
22
tool:
33
class: File
44
path: echo-tool.cwl # could have been any file, this isn't a secret CWL feature :-)

tests/basename-fields-test.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: v1.2
1+
cwlVersion: v1.3.0-dev1
22
class: Workflow
33

44
requirements:

tests/binding-test.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env cwl-runner
22

33
class: CommandLineTool
4-
cwlVersion: v1.2
4+
cwlVersion: v1.3.0-dev1
55
hints:
66
- class: DockerRequirement
77
dockerPull: docker.io/python:3-slim

tests/bool-empty-inputbinding.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env cwl-runner
22
class: CommandLineTool
3-
cwlVersion: v1.2
3+
cwlVersion: v1.3.0-dev1
44
hints:
55
- class: DockerRequirement
66
dockerPull: docker.io/python:3-slim

tests/bwa-mem-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env cwl-runner
22

3-
cwlVersion: v1.2
3+
cwlVersion: v1.3.0-dev1
44

55
class: CommandLineTool
66

tests/cat-from-dir.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env cwl-runner
22

33
class: CommandLineTool
4-
cwlVersion: v1.2
4+
cwlVersion: v1.3.0-dev1
55

66
inputs:
77
dir1: Directory

tests/cat-tool-shortcut.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env cwl-runner
22

33
class: CommandLineTool
4-
cwlVersion: v1.2
4+
cwlVersion: v1.3.0-dev1
55

66
requirements:
77
- class: DockerRequirement

0 commit comments

Comments
 (0)