-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Update test_android_template
to use build_npm_package
#33068
Conversation
I'm updating the `test_android_template` CI step to use npm pack instead of sed-ing the RN version to `file:..`. This should be more robust and will allow to install transitive deps automatically, without having to deal with separate installation steps. This also fixes the broken CI for Android Changelog: [Internal] [Changed] - Update `test_android_template` to use `npm pack`
@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Base commit: a75bbe7 |
Base commit: a75bbe7 |
test_android_template
to use npm pack
test_android_template
to use build_npm_package
@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @cortinico in 8ee1f83. When will my fix make it into a release? | Upcoming Releases |
Summary: I'm updating the `test_android_template` CI step to use the result of `build_npm_package` instead of sed-ing the RN version to `file:..`. This should be more robust and will allow to install transitive deps automatically, without having to deal with separate installation steps. This also fixes the broken CI for Android Changelog: [Internal] [Changed] - Update `test_android_template` to use `build_npm_package` Pull Request resolved: #33068 Reviewed By: ShikaSD Differential Revision: D34083047 Pulled By: cortinico fbshipit-source-id: de34472d5737db445cfc0d4b1c6feaf1e746bb61
I'm updating the
test_android_template
CI step to use the result ofbuild_npm_package
instead of sed-ing the RN version tofile:..
.This should be more robust and will allow to install transitive deps automatically, without having to deal with separate installation steps.
This also fixes the broken CI for Android
Changelog:
[Internal] [Changed] - Update
test_android_template
to usebuild_npm_package