You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Allow element-web hash to be specified when calling playwright tests workflow (#12087)
This commit is contained in:
committed by
GitHub
parent
2a3b8926f2
commit
045f96fd58
@ -42,6 +42,7 @@ yarn install --frozen-lockfile
|
||||
# Finally, set up element-web
|
||||
scripts/fetchdep.sh vector-im element-web develop
|
||||
pushd element-web
|
||||
[ -n "$ELEMENT_WEB_GITHUB_BASE_REF" ] && git fetch --depth 1 origin $ELEMENT_WEB_GITHUB_BASE_REF && git checkout $ELEMENT_WEB_GITHUB_BASE_REF
|
||||
yarn link matrix-js-sdk
|
||||
yarn link matrix-react-sdk
|
||||
yarn install --frozen-lockfile
|
||||
|
Reference in New Issue
Block a user