👷 Completely refactor build process #97
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request consolidates multiple GitHub Actions workflows into a single unified workflow, streamlining the CI/CD process. The new workflow,
test-build-release.yml, replaces the previous workflows for testing, building, and releasing the application while maintaining all their functionalities. Key changes include combining testing and build steps, dynamic handling of build configurations, and improved artifact management.Consolidation of workflows:
build.yml,request-build.yml, andtest.ymlwere deleted as their functionalities have been integrated into the newtest-build-release.ymlworkflow. ([[1]](https://github.com/RubberDuckCrew/gitdone/pull/97/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721L1-L93),[[2]](https://github.com/RubberDuckCrew/gitdone/pull/97/files#diff-fe4194bd0593742314ba0f6296f3906a730fc22d986950e3f393a1f7b9871399L1-L97),[[3]](https://github.com/RubberDuckCrew/gitdone/pull/97/files#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88L1-L43))Introduction of a unified workflow:
test-build-release.ymlworkflow: Introduced a single workflow that handles testing, building, and releasing the application. It includes steps for formatting, analyzing, running tests, building APKs and app bundles, and managing artifacts. ([.github/workflows/test-build-release.ymlR1-R168](https://github.com/RubberDuckCrew/gitdone/pull/97/files#diff-612b63199ed131209fb2aaed52e21f4112e794dbd4d750fdf52aaff72ac9ca7eR1-R168))Improvements in build configuration:
[.github/workflows/test-build-release.ymlR1-R168](https://github.com/RubberDuckCrew/gitdone/pull/97/files#diff-612b63199ed131209fb2aaed52e21f4112e794dbd4d750fdf52aaff72ac9ca7eR1-R168))Enhanced artifact management:
[.github/workflows/test-build-release.ymlR1-R168](https://github.com/RubberDuckCrew/gitdone/pull/97/files#diff-612b63199ed131209fb2aaed52e21f4112e794dbd4d750fdf52aaff72ac9ca7eR1-R168))Label management for pull requests:
[.github/workflows/test-build-release.ymlR1-R168](https://github.com/RubberDuckCrew/gitdone/pull/97/files#diff-612b63199ed131209fb2aaed52e21f4112e794dbd4d750fdf52aaff72ac9ca7eR1-R168))