1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

split up installing static webserver and riot copy

so we can just do the latter for the e2e tests on CI
This commit is contained in:
Bruno Windels
2019-10-18 17:18:18 +02:00
parent dca968375d
commit b03ebb964b
4 changed files with 32 additions and 41 deletions

View File

@ -34,8 +34,8 @@ ln -s $REACT_SDK_DIR/$RIOT_WEB_DIR riot/riot-web
# CHROME_PATH=$(which google-chrome-stable) ./run.sh
echo "--- Install synapse & other dependencies"
./install.sh
# install (only) static webserver to server symlinked local copy of riot
./riot/install.sh --without-riot
# install static webserver to server symlinked local copy of riot
./riot/install-webserver.sh
mkdir logs
echo "+++ Running end-to-end tests"
TESTS_STARTED=1