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

feat: split CI jobs #3

Merged
merged 2 commits into from
Oct 16, 2024
Merged

feat: split CI jobs #3

merged 2 commits into from
Oct 16, 2024

Conversation

IvanIhnatsiuk
Copy link
Owner

This pull request refactors the GitHub Actions workflows by modularizing the workflow definitions and reusing them across different jobs. The main changes include creating separate workflow files for building Android, iOS, and the library, as well as for linting and running tests. Additionally, the main CI workflow has been updated to reference these new modular workflows.

Modularization of Workflows:

  • Created a new workflow file for building Android applications (.github/workflows/build-android.yml).
  • Created a new workflow file for building iOS applications (.github/workflows/build-ios.yml).
  • Created a new workflow file for building the library (.github/workflows/build-library.yml).
  • Created a new workflow file for linting files (.github/workflows/lint.yml).
  • Created a new workflow file for running unit tests (.github/workflows/tests.yml).

Updates to Main CI Workflow:

  • Updated the main CI workflow (.github/workflows/ci.yml) to reference the new modular workflow files for linting, testing, building the library, and building Android and iOS applications.

@IvanIhnatsiuk IvanIhnatsiuk self-assigned this Oct 15, 2024
@IvanIhnatsiuk IvanIhnatsiuk added the CI used for CI features and bug fixes label Oct 15, 2024
@IvanIhnatsiuk IvanIhnatsiuk merged commit b895620 into main Oct 16, 2024
5 checks passed
@IvanIhnatsiuk IvanIhnatsiuk deleted the feature/split-CI-jobs branch December 11, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI used for CI features and bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant