Skip to content

Commit aa597a6

Browse files
committed
sync tests
1 parent 604c942 commit aa597a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
inp:
1+
tarball:
22
class: File
33
path: hello.tar
4-
ex: Hello.java
4+
name_of_file_to_extract: Hello.java

_includes/cwl/22-nested-workflows/nestedworkflows.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs: []
88
outputs:
99
classout:
1010
type: File
11-
outputSource: compiled_class
11+
outputSource: compile/compiled_class
1212

1313
requirements:
1414
SubworkflowFeatureRequirement: {}

_includes/cwl/conformance-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
job: 06-params/tar-param-job.yml
4242
tool: 06-params/tar-param.cwl
4343
output:
44-
example_out:
44+
extracted_file:
4545
class: File
4646
checksum: sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709
4747
basename: goodbye.txt
@@ -235,7 +235,7 @@
235235
job: 21-1st-workflow/1st-workflow-job.yml
236236
tool: 21-1st-workflow/1st-workflow.cwl
237237
output:
238-
classout:
238+
compiled_class:
239239
class: File
240240
checksum: sha1$39e3219327347c05aa3e82236f83aa6d77fe6bfd
241241
basename: Hello.class

0 commit comments

Comments
 (0)