install static webserver for server symlinked riot on CI
This commit is contained in:
parent
2d848bba29
commit
645a9d836f
2 changed files with 19 additions and 7 deletions
|
@ -34,6 +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
|
||||
mkdir logs
|
||||
echo "+++ Running end-to-end tests"
|
||||
TESTS_STARTED=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue