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

Refactor: Migrate CI to Use GitHub Actions #1836

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

niyajali
Copy link
Collaborator

This commit migrates the CI workflows from reusable workflows to local workflows within the repository. This change provides greater control and flexibility in managing the CI process.

The following changes were made:

  • Removed the dependency on the mifos-mobile-github-actions repository for CI workflows.
  • Implemented local workflows for tagging weekly releases, PR checks, and building/publishing multi-platform artifacts.
  • Updated the weekly release workflow to trigger the multi-platform build and publish workflow for beta releases.
  • Added package name inputs to the PR check workflow for Android, desktop, web, and iOS platforms.
  • Removed unused workflows for publishing Android and web apps to Firebase and GitHub Pages, respectively.

Issue Fix

Fixes #{Issue Number}
Jira Task: Task_Number

Screenshots

Description

  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

This commit migrates the CI workflows from reusable workflows to local workflows within the repository. This change provides greater control and flexibility in managing the CI process.

The following changes were made:

- Removed the dependency on the `mifos-mobile-github-actions` repository for CI workflows.
- Implemented local workflows for tagging weekly releases, PR checks, and building/publishing multi-platform artifacts.
- Updated the weekly release workflow to trigger the multi-platform build and publish workflow for beta releases.
- Added package name inputs to the PR check workflow for Android, desktop, web, and iOS platforms.
- Removed unused workflows for publishing Android and web apps to Firebase and GitHub Pages, respectively.
@niyajali niyajali self-assigned this Dec 17, 2024
@niyajali niyajali merged commit bf2f9a6 into openMF:dev Dec 17, 2024
1 check failed
@niyajali niyajali deleted the configure-actions branch December 17, 2024 10:20
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.

1 participant