You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
don't fetch riot/master by default when installing e2e tests
This commit is contained in:
@@ -2,5 +2,7 @@
|
|||||||
# run with PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true sh install.sh if chrome is already installed
|
# run with PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true sh install.sh if chrome is already installed
|
||||||
set -e
|
set -e
|
||||||
./synapse/install.sh
|
./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
|
yarn install
|
||||||
|
Reference in New Issue
Block a user