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

(chore) UIFR-224: Simplify GitHub Action with Matrix Strategy #81

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

virajwathsalag
Copy link
Contributor

@virajwathsalag virajwathsalag commented Jul 20, 2024

This is the implementation of a matrix strategy to run the builds with multiple Java versions in a single job.

The current GitHub Action configuration for the openmrs-module-uiframework repository uses separate jobs for building the project with different Java versions (8, 11, and 17). This can be simplified by using a matrix strategy to reduce redundancy and improve maintainability.

https://openmrs.atlassian.net/browse/UIFR-224

The current GitHub Action configuration for the openmrs-module-uiframework repository uses separate jobs for building the project with different Java versions (8, 11, and 17). This can be simplified by using a matrix strategy to reduce redundancy and improve maintainability.

So this is the matrix stratergy .
@jayasanka-sack jayasanka-sack changed the title Update maven.yml (chore) UIFR-224: Simplify GitHub Action with Matrix Strategy Jul 22, 2024
Copy link
Member

@jayasanka-sack jayasanka-sack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @virajwathsalag !

@virajwathsalag
Copy link
Contributor Author

Thank you for the opportunity @jayasanka-sack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants