Open
Description
Description
Currently, the frontend build for zmscitizenview is handled in a separate workflow (maven-node-build.yaml) that runs independently of the combined workflows.
Requirements
- Integrate the frontend build steps from maven-node-build.yaml into:
- combined-workflow.yaml
- combined-workflow-with-docs.yaml
- Generate test coverage report using ... and upload to Github pages.
- Add a new job in both workflows that calls the frontend build workflow
- Ensure proper dependency chain between jobs
- Remove standalone execution of the frontend build workflow
Acceptance Criteria
- Frontend build process runs as part of the combined workflows
- Build artifacts are correctly generated and available to downstream jobs
- No duplicate builds occur
- CI passes successfully with integrated workflows