Ensure we install the master branch of the e2e tests as a default
This commit is contained in:
parent
df89d973a0
commit
310f634a0d
2 changed files with 5 additions and 2 deletions
|
@ -30,7 +30,7 @@ popd
|
|||
if [ "$TRAVIS_BRANCH" = "develop" ]
|
||||
then
|
||||
# run end to end tests
|
||||
scripts/fetchdep.sh matrix-org matrix-react-end-to-end-tests
|
||||
scripts/fetchdep.sh matrix-org matrix-react-end-to-end-tests master
|
||||
pushd matrix-react-end-to-end-tests
|
||||
ln -s $REACT_SDK_DIR/$RIOT_WEB_DIR riot/riot-web
|
||||
# PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ./install.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue