You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since UnitTesting and Coverage workflows have a single job each, it would be feasible to convert the steps into a composite action. Then, users who want to execute pre- or post- steps would write the matrix in their pipeline and call the composite action, instead of consuming the reusable workflow. That would solve #44 as well.
Is there a demo of which steps would need to be added? I.e., some repo which uses a custom UnitTesting or Coverage workflow, instead of reusing the one from here as-is?
In some cases, the test environment needs to be prepared by custom commands.
Allow a user to specify custom commands, that run before main steps in UnitTest or Coverage.
Usecases:
ghdl
, so pyEDAA.CLITool can find a valid path.touch
)The text was updated successfully, but these errors were encountered: