Skip to content

Commit 9c68989

Browse files
authored
Fix broken test workflows re: issue #51 (#59)
1 parent aa83607 commit 9c68989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/timelimit-wf.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ steps:
3030
o:
3131
type: string?
3232
outputBinding:
33-
outputEval: "time passed"
33+
outputEval: $(runtime.outdir)
3434

tests/timelimit4-wf.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ steps:
3333
o:
3434
type: string?
3535
outputBinding:
36-
outputEval: "time passed"
36+
outputEval: $("time passed")

0 commit comments

Comments
 (0)