Skip to content

Fix broken test workflows re: issue #51 #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 10, 2020

Conversation

pvanheus
Copy link
Contributor

@pvanheus pvanheus commented Nov 10, 2020

As per issue #51 the two workflows used in the timelimit_from_expression_wf and timelimit_basic_wf tests have syntax errors. This PR fixes #51

mr-c
mr-c previously approved these changes Nov 10, 2020
@@ -33,4 +33,4 @@ steps:
o:
type: string?
outputBinding:
outputEval: "time passed"
outputEval: $(runtime.outdir)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This workflow does have InlineJavascriptRequirement, so this should work, yes?

Suggested change
outputEval: $(runtime.outdir)
outputEval: $("time passed")

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, I switched to that.

@mr-c mr-c merged commit 9c68989 into common-workflow-language:main Nov 10, 2020
@mr-c
Copy link
Member

mr-c commented Nov 10, 2020

Thank you @pvanheus !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong test failure assumption
2 participants