Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

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

@Fryguy

Description

@Fryguy

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions