How to add code sandbox link to test pipeline-editor PR's without local dev build #2175
marthacryan
started this conversation in
Internal
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To test a pipeline-editor PR without having to build the pipeline-editor changes locally:
Find the PR in the pipeline-editor repo: https://github.com/elyra-ai/pipeline-editor/pulls
Scroll to the bottom of the PR and click "Show all checks"
Copy the link that ends with 'pipeline-editor' in the "Local Install Instructions" (if there are changes to the pipeline-services you'll want to repeat steps 4-6 with the link that ends with 'pipeline-services')
If the changes in the pipeline-editor repo have a corresponding PR in the elyra repo, make sure you have those changes checked out locally
In the elyra repo, open
packages/pipeline-editor/package.json
and find "@elyra/pipeline-editor" under "dependencies":And replace the version number with the link copied in step 4:
make clean install
from the elyra root directoryBeta Was this translation helpful? Give feedback.
All reactions