-
Notifications
You must be signed in to change notification settings - Fork 1
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
[#2] Setup CICD pipelines #39
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## develop #39 +/- ##
========================================
Coverage 19.23% 19.23%
========================================
Files 3 3
Lines 52 52
========================================
Hits 10 10
Misses 42 42
Flags with carried forward coverage won't be shown. Click here to find out more. |
@Wadeewee I am facing this issue when executing fastlane on my local, and it requires Xcode to verify the version. Please help me to verify this with XCode on your local (Refer: https://developer.apple.com/library/archive/qa/qa1827/_index.html) 😢 Otherwise, we could skip iOS deployment for now. |
@hoangnguyen92dn Here's the result when I tried executing Fastlane on my local 👇 It works fine for the step increasing the version without verifying the version in Xcode. 🤔 But I got this error instead 👇 I guess we need to update the name in |
4a9693b
to
c4a636b
Compare
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.
LGTM 🎉
Close #2
What happened 👀
develop
branchInsight 📝
.env
and.env.staging
to Github's SecretsFor Android:
nimble
group for testersFor iOS:
Issue: Since my laptop limitation, I can't install XCode to verify iOS build, the deployment for iOS can't be tested currently
Proof Of Work 📹
Android build deployment 🚀
iOS build deployment 🚀