mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
b03ebb964b
so we can just do the latter for the e2e tests on CI
7 lines
240 B
Bash
Executable file
7 lines
240 B
Bash
Executable file
#!/bin/bash
|
|
# run with PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true sh install.sh if chrome is already installed
|
|
set -e
|
|
./synapse/install.sh
|
|
# local testing doesn't need a Riot fetched from master,
|
|
# so not installing that by default
|
|
yarn install
|