-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
infrastructureInfrastructure fix to execute WDL GitHub ActionsInfrastructure fix to execute WDL GitHub Actions
Milestone
Description
So there's some expectations that we have of contents in each WDL dir (what others call unit tests) that are not checked right now in code, but should be:
- validate that the
.wdl
file in the dir has the same exact name as the dir name - inputs.json and options.json: we look for these, but at least in 1 case, there was an inputs file that was a different name and so we just silently didn't load it, leading to confusion. probably warn if there's some other files (json or otherwise) so the program doesn't stop but there's a warning at least - or maybe error since a warning could be missed?
- validate that if there's an inputs.json file there's only 1, same for options.json
- anything else?
Metadata
Metadata
Assignees
Labels
infrastructureInfrastructure fix to execute WDL GitHub ActionsInfrastructure fix to execute WDL GitHub Actions