Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/conditionals/cond-wf-002.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:

outputs:
out1:
type: string
type: string?
outputSource: step1/out1

requirements:
Expand Down
2 changes: 1 addition & 1 deletion tests/conditionals/cond-wf-002_nojs.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ steps:

outputs:
out1:
type: string
type: string?
outputSource: step1/out1
2 changes: 1 addition & 1 deletion tests/conditionals/cond-wf-011.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ outputs:
type: array
items:
type: array
items: string
items: [string, 'null']
outputSource: step1/out1
pickValue: all_non_null

Expand Down
2 changes: 1 addition & 1 deletion tests/conditionals/cond-wf-011_nojs.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ outputs:
type: array
items:
type: array
items: string
items: [string, 'null']
outputSource: step1/out1
pickValue: all_non_null

Expand Down
2 changes: 0 additions & 2 deletions tests/conditionals/test-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

- id: cond-3
label: direct_required
doc: Should give validation warning because of required sink
tool: cond-wf-002.cwl
job: val.1.job.yaml
output:
Expand Down Expand Up @@ -230,7 +229,6 @@

- id: cond-3_nojs
label: direct_required_nojs
doc: Should give validation warning because of required sink, no javascript
tool: cond-wf-002_nojs.cwl
job: val.1.job.yaml
output:
Expand Down