1
0
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:
Michael Telatynski
2023-02-20 11:41:36 +00:00
committed by GitHub
parent d3771f8a9f
commit a09e105c23
3 changed files with 17 additions and 0 deletions

View File

@ -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