Skip to content

Set up GitHub Actions for automated testing#78

Merged
cutmail merged 3 commits intodevelopfrom
claude/add-github-actions-workflow-011CV1p38as5EaPUbcnJhmPg
Nov 11, 2025
Merged

Set up GitHub Actions for automated testing#78
cutmail merged 3 commits intodevelopfrom
claude/add-github-actions-workflow-011CV1p38as5EaPUbcnJhmPg

Conversation

@cutmail
Copy link
Owner

@cutmail cutmail commented Nov 11, 2025

  • Add automated build and test workflow for CI/CD
  • Workflow runs on push and pull requests to main/master/develop branches
  • Includes Gradle caching for faster builds
  • Runs build, unit tests, and lint checks
  • Uploads build artifacts and reports on failure
  • Uploads debug APK on successful builds

- Add automated build and test workflow for CI/CD
- Workflow runs on push and pull requests to main/master/develop branches
- Includes Gradle caching for faster builds
- Runs build, unit tests, and lint checks
- Uploads build artifacts and reports on failure
- Uploads debug APK on successful builds
Fix build error by explicitly adding firebase-firestore dependency
required by firebase-ui-firestore.
The google-services.json file is gitignored for security reasons.
Added a step in the CI workflow to generate a mock configuration
file with dummy values that allows the build to complete successfully.
@cutmail cutmail merged commit 071fea2 into develop Nov 11, 2025
1 check passed
@cutmail cutmail deleted the claude/add-github-actions-workflow-011CV1p38as5EaPUbcnJhmPg branch November 11, 2025 09:08
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.

2 participants