lfit / releng-reusable-workflows

Reusuable workflows developed by LF Release Engineering
Apache License 2.0
1 stars 9 forks source link

Feat: Add tox-run action and workflow #89

Closed eb-oss closed 8 months ago

eb-oss commented 9 months ago

@keanjapesan @tykeal Please review the newest changes. To keep incremental changes clear, I'll keep each change as a separate commit until merge, and then squash them once it's good to go.

jwagantall commented 9 months ago

@MightyNerdEric , can we add a step to allow people to trigger a pre-build script if exists? I did something like that here: https://github.com/lfit/releng-reusable-workflows/pull/90/files#diff-1ca8ce5124ebfd189098028c2c6fee78a37e8c8cd457a09cf69e356687bc74a0R72

ONAP and ORAN are both using this and they could benefit from having this option

eb-oss commented 9 months ago

@MightyNerdEric , can we add a step to allow people to trigger a pre-build script if exists? I did something like that here: https://github.com/lfit/releng-reusable-workflows/pull/90/files#diff-1ca8ce5124ebfd189098028c2c6fee78a37e8c8cd457a09cf69e356687bc74a0R72

ONAP and ORAN are both using this and they could benefit from having this option

@jwagantall I've added the ability for a pre-build script path to be provided to the action. Please let me know if it looks like it does what you need.