Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Jerald Johnson Fernandes
Jerald Johnson FernandesReporter
Harish Kumar Gangula
Harish Kumar GangulaIssue Category
Internal Roadmap Activity
Original estimate
3d
Time tracking
Components
Sprint
None
Priority
Invision for Jira
Invision for Jira
Created April 14, 2025 at 7:08 AM
Updated yesterday
Resolved last week
User Story: Implement GitHub Actions for Building Debug APK on Tag Creation
Title: Build Debug APK using GitHub Actions on Tag Creation
As a mobile app developer,
I want to automate the process of building a signed APK whenever a new tag is created in the repository,
So that I can ensure that the latest version of the app is always available for testing without manual intervention.
Acceptance Criteria:
Trigger on Tag Creation:
The GitHub Actions workflow should be triggered automatically when a new tag is created in the repository.
Build Process:
The workflow should execute the necessary commands to build the signed APK for the mobile app.
The build process should use the appropriate environment and dependencies specified in the project.
Artifact Storage:
The generated signed APK should be stored in firebase store
The artifact should be named clearly to indicate the version and tag associated with the build.
Error Handling:
If the build fails, the workflow should log the error details and notify the team of the failure.
Additional Notes:
Ensure that the workflow is documented in the repository for future reference.