mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
Remove unneeded macOS setup
Chrome comes pre-installed on GitHub hosted macOS runners, and while `Xvfb` does not seem to be installed neither does it seem to be needed.
This commit is contained in:
committed by
Christopher Allen
parent
ab33cd567a
commit
f477db2251
@@ -2,8 +2,6 @@
|
||||
|
||||
if [ "${RUNNER_OS}" == "macOS" ]
|
||||
then
|
||||
brew install google-chrome
|
||||
sudo Xvfb :99 -ac -screen 0 1024x768x8 &
|
||||
export CHROME_BIN="/Applications/Google Chrome.app"
|
||||
npm run test:prepare > /dev/null &
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user