You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Make workflows reusable for downstream testing (#10174)
This commit is contained in:
committed by
GitHub
parent
d3771f8a9f
commit
a09e105c23
@ -16,6 +16,7 @@ set -ex
|
||||
# Set up the js-sdk first
|
||||
scripts/fetchdep.sh matrix-org matrix-js-sdk
|
||||
pushd matrix-js-sdk
|
||||
[ -n "$JS_SDK_GITHUB_BASE_REF" ] && git fetch --depth 1 origin $JS_SDK_GITHUB_BASE_REF && git checkout $JS_SDK_GITHUB_BASE_REF
|
||||
yarn link
|
||||
yarn install --pure-lockfile
|
||||
popd
|
||||
|
Reference in New Issue
Block a user