-
Notifications
You must be signed in to change notification settings - Fork 85
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
[ENG-9927][eas-cli] add profile
flag to eas build:run
command
#2035
[ENG-9927][eas-cli] add profile
flag to eas build:run
command
#2035
Conversation
ENG-9927 Add support for -e / --profile to eas build:run
A great description of this is available here: https://expo.canny.io/feature-requests/p/eas-buildrun-should-allow-filtering-by-buildprofile |
Size Change: +442 B (0%) Total Size: 42.3 MB
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2035 +/- ##
==========================================
- Coverage 54.21% 54.20% -0.00%
==========================================
Files 509 509
Lines 18657 18659 +2
Branches 3740 3741 +1
==========================================
Hits 10113 10113
- Misses 8523 8525 +2
Partials 21 21 ☔ View full report in Codecov by Sentry. |
424418f
to
ca4ad69
Compare
/changelog-entry new-feature Add |
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.
Looks reasonable!
✅ Thank you for adding the changelog entry! |
Why
https://linear.app/expo/issue/ENG-9927/add-support-for-e-profile-to-eas-buildrun
How
Add
--profile
flag. If the--profile
flag is present filter using it.Test Plan
Tested manually