now the ci scripts are merged in the test repo, change the branch to fetch them from to master
This commit is contained in:
parent
6f60b68ac7
commit
e2695fb467
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ npm run test
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# run end to end tests
|
# run end to end tests
|
||||||
git clone https://github.com/matrix-org/matrix-react-end-to-end-tests.git --branch bwindels/ci_script
|
git clone https://github.com/matrix-org/matrix-react-end-to-end-tests.git --branch master
|
||||||
pushd matrix-react-end-to-end-tests
|
pushd matrix-react-end-to-end-tests
|
||||||
ln -s $REACT_SDK_DIR/$RIOT_WEB_DIR riot/riot-web
|
ln -s $REACT_SDK_DIR/$RIOT_WEB_DIR riot/riot-web
|
||||||
# PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ./install.sh
|
# PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ./install.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue