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:
Christopher Allen
2021-06-11 16:42:22 +01:00
committed by Christopher Allen
parent ab33cd567a
commit f477db2251

View File

@@ -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