-
Notifications
You must be signed in to change notification settings - Fork 13
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
Test the CI process of the application build #42
Conversation
…-flutter-deprecated
@Mehul-Kumar-27 @aspiringgarv issue solved please review pull request |
# uses: actions/upload-artifact@v4 | ||
# with: | ||
# name: build-ios | ||
# path: build/ios/Runner.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @JayAgola , we need to create the apk for the android and bundles for the ios
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for build the app i need keystore file for if you have share to me or i have to create new keystore file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't plan to publish it on the app store, or Google play. Rather just make a release on GitHub.
…-flutter-deprecated
@Mehul-Kumar-27 , I've made this test case compatible for the Android APK, but for the iOS app, a macOS is required. To proceed with the iOS app, please create a new issue for it. |
@JayAgola Please make a Google Doc with your GitHub username as the document's name in this folder(https://drive.google.com/drive/folders/1qWd_Vxv6G2aNNPbPtTNpeulYovOV-cMi). Use it to keep track of your daily contributions so we can monitor your progress. |
issue #40 resolve
Description:
This PR resolves issues causing CI tests to fail during automated builds.
Identified and fixed [mention any specific cause if known, e.g., widget initialization, API stubs].
Ensured all tests pass locally and in CI environment after changes.