-
Notifications
You must be signed in to change notification settings - Fork 148
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
Streamline Flutter Development #380
Comments
@chandansgowda @Aarush-Acharya |
Hey @Saurabh-Thakur-07, do work on it let me know once done, also make sure that a PR merge to the master triggers the pipeline than a PR merge to the dev branch |
Hey @Aarush-Acharya, Though I don't have much experience with CI/CD but am willing to research and learn. I would then apply my learning and try to solve this issue. Also there has been no activity on this issue for quite some time, could you assign me this issue? |
Hey @xkaper001 I would assign it to you if @Saurabh-Thakur-07 does not reply to this mention of his within the next couple of days |
Hey @Aarush-Acharya @xkaper001 I am working on it |
Got it great @Saurabh-Thakur-07 , let me know once done |
🚀 The feature
Implement a GitHub Actions workflow to automate the build and release process for the Flutter application. This workflow will run automated tests on each code push to ensure code quality and stability.
Motivation, pitch
Every time a contributor pushes code to the repository, it is essential to verify that the new changes do not break existing functionality. By automating the build and test process with GitHub Actions, we can ensure that all code is thoroughly tested against the existing test suite. This will help maintain high code quality, catch bugs early, and streamline the development process, making it easier for contributors to integrate their changes confidently.
The text was updated successfully, but these errors were encountered: