mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Fetch matching e2e-test branch
This commit is contained in:
parent
2e1e536d5c
commit
df89d973a0
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ popd
|
|||
if [ "$TRAVIS_BRANCH" = "develop" ]
|
||||
then
|
||||
# run end to end tests
|
||||
git clone https://github.com/matrix-org/matrix-react-end-to-end-tests.git --branch master
|
||||
scripts/fetchdep.sh matrix-org matrix-react-end-to-end-tests
|
||||
pushd matrix-react-end-to-end-tests
|
||||
ln -s $REACT_SDK_DIR/$RIOT_WEB_DIR riot/riot-web
|
||||
# PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ./install.sh
|
||||
|
|
Loading…
Reference in a new issue