This story is to make it run the PSR "generate-metadata" step near the beginning of the workflow, which gathers and records information about the application being built. This is the first actually useful PSR functionality we will implement using GitHub Actions.
Success Criteria:
The GitHub minimal workflow executes the Generate Metadata step using the PSR
The PSR log output says that the step was successful
The workflow runs on a self-hosted runner on OpenShift
The step invokes 3 StepImplementers - Maven, Git, and SemanticVersion
This story is to make it run the PSR "generate-metadata" step near the beginning of the workflow, which gathers and records information about the application being built. This is the first actually useful PSR functionality we will implement using GitHub Actions.
Success Criteria:
Notes:
Out of Scope: