Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split action into before-build and after-build phases #469

Open
Fryguy opened this issue Dec 14, 2021 · 0 comments
Open

Split action into before-build and after-build phases #469

Fryguy opened this issue Dec 14, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Fryguy
Copy link

Fryguy commented Dec 14, 2021

Describe the solution you'd like

I'd like to see the action split into the before-build phase and the after-build phase so I can run them separately, as opposed to having the action run the tests itself. This allows me to do things like run an entire workflow in the middle. I think the action should still allow running the full end to end if that's what's needed, but, for example, if a with command is passed, such as phase: before-build, then it will only run that phase.

Describe alternatives you've considered

I've tried doing it manually, but I'd much rather use this action. I've also found another action that does this, but I'd rather use this one as it's more official.

@Fryguy Fryguy added the enhancement New feature or request label Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants