-
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
For WDL's that require the use of FH paths in their inputs (#2, #17, #39), we need a way to obfuscate those paths in the repo while adding them back in during submission via the API GitHub Action.
One approach that might work is one similar to the filter_response_bodies
function in conftest.py
but in reverse.
For instance, in the input json, we use some sort of keyword like PATH_ROOT
, and then during submission within the API tests, we replace PATH_ROOT
with the specified path. Wondering if this would overcomplicate things though..
Metadata
Metadata
Assignees
Labels
infrastructureInfrastructure fix to execute WDL GitHub ActionsInfrastructure fix to execute WDL GitHub Actions