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: Add release build workflow and update development build workflow #118

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

rygelouv
Copy link
Owner


🚀 Description

  • Added a new workflow release_build.yml to handle production releases triggered by tags containing "release".
  • The release build workflow includes:
    • Checking out code.
    • Setting up JDK 17.
    • Loading configuration files (Google Services, keystore, secrets, sentry).
    • Building a release app bundle.
    • Uploading the app bundle as an artifact.
    • Deploying the AAB to the Play Store using the r0adkll/upload-google-play action.
  • Renamed the debug_build.yml workflow to dev_build.yml
  • Add Gradle Cache to improve the speed of the workflows.
  • Updated dev_build.yml to use ./gradlew and updated the Gradle Cache setup.

Issue (if applicable):

🖼 Screenshots/Videos (if applicable)

  • Before:
    [Attach before screenshot or link to video]

  • After:
    [Attach after screenshot or link to video]

📦 Dependencies

  • Added new dependencies? List:
  • Updated existing?

🧪 Testing

Describe the steps to reproduce:

📱 Checklist

  • Tested on all supported devices and OS versions
  • UI/UX conforms to project design guidelines
  • Unit/integration tests added
  • Relevant documentation updated (e.g., README, Wiki, etc.)
  • Checked linter on local.

@rygelouv rygelouv added project setup chore When something related to the project is done Infrastructure When doing a project infrastructure related work continuous integration Something related to CI pipeline labels Dec 23, 2024
@rygelouv rygelouv added this to the 1.2.0 milestone Dec 23, 2024
@rygelouv rygelouv self-assigned this Dec 23, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

PR automatically approved by auto-approve-action

Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.34%. Comparing base (38bca48) to head (94a8c6f).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #118   +/-   ##
=======================================
  Coverage   31.34%   31.34%           
=======================================
  Files         131      131           
  Lines        3576     3576           
  Branches      692      692           
=======================================
  Hits         1121     1121           
  Misses       2201     2201           
  Partials      254      254           
Flag Coverage Δ
unittests 31.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rygelouv rygelouv merged commit e96e567 into dev Dec 23, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
continuous integration Something related to CI pipeline Infrastructure When doing a project infrastructure related work project setup chore When something related to the project is done
Projects
Development

Successfully merging this pull request may close these issues.

1 participant