Update test/end-to-end-tests/install.sh

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
Bruno Windels 2019-10-18 12:28:04 +00:00 committed by GitHub
parent 6236909d93
commit 8a028029ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# run with PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true sh install.sh if chrome is already installed
set -e
./synapse/install.sh
# both CI and local testing don't need a riot fetched from master,
# 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