Open Paebbels opened 2 years ago
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
)