Skip to content

Conversation

@IamPekka058
Copy link
Member

This pull request introduces two new GitHub Actions workflows for building and testing a Flutter application. The key changes include the addition of workflows for building APKs and for running tests, formatting checks, and static analysis.

New GitHub Actions workflows:

  • .github/workflows/build.yml: Added a workflow to build the APK when a tag is pushed. This workflow includes steps for checking out the repository, setting up Flutter and JDK, installing dependencies, building the APK, and uploading the built APK as an artifact.
  • .github/workflows/test.yml: Added a workflow to run tests, format checks, and static analysis on pull requests and pushes to the main branch. This workflow includes steps for checking out the repository, setting up Flutter, installing dependencies, checking code formatting, analyzing the code, and running tests.

@IamPekka058 IamPekka058 added the 🛠️ Maintenance General maintenance and updates label Apr 6, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Ruby11235
Ruby11235 previously approved these changes Apr 6, 2025
@IamPekka058 IamPekka058 merged commit b6d06e6 into main Apr 6, 2025
@IamPekka058 IamPekka058 deleted the feature/ci branch April 6, 2025 14:06
IamPekka058 added a commit that referenced this pull request Aug 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🛠️ Maintenance General maintenance and updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants