need to disable sandbox because ci tests run as root and puppeteer wont let you do stupid stuff by accident
This commit is contained in:
parent
4eeaf05e81
commit
addafe224f
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ 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
|
||||||
# CHROME_PATH=$(which google-chrome-stable) ./run.sh
|
# CHROME_PATH=$(which google-chrome-stable) ./run.sh
|
||||||
./install.sh
|
./install.sh
|
||||||
./run.sh
|
./run.sh --no-sandbox
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue