mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
don't fetch riot/master by default when installing e2e tests
This commit is contained in:
parent
de21cb24e0
commit
59cc36ca65
1 changed files with 3 additions and 1 deletions
|
@ -2,5 +2,7 @@
|
|||
# run with PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true sh install.sh if chrome is already installed
|
||||
set -e
|
||||
./synapse/install.sh
|
||||
./riot/install.sh
|
||||
# both CI and local testing don't need a riot fetched from master,
|
||||
# so not installing this by default anymore
|
||||
# ./riot/install.sh
|
||||
yarn install
|
||||
|
|
Loading…
Reference in a new issue