mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
chore(tests): Enable testing on node.js v18.x on GitHub CI (#6619)
* chore(tests): Enable testing on node.js v18.x on GitHub CI * chore(tests): Remove outdated calls to test:prepare npm script The calls to `npm run test:prepare` in `tests/scripts/setup_*_env.sh` should have been removed along with that npm script in PR #4906. * chore(deps): Fix alphabetisation in package.json
This commit is contained in:
committed by
GitHub
parent
4ff3604da7
commit
f1e5f22423
@@ -4,5 +4,4 @@ if [ "${RUNNER_OS}" == "Linux" ]
|
||||
then
|
||||
Xvfb :99 &
|
||||
export DISPLAY=:99 &
|
||||
npm run test:prepare > /dev/null &
|
||||
fi
|
||||
|
||||
@@ -3,5 +3,4 @@
|
||||
if [ "${RUNNER_OS}" == "macOS" ]
|
||||
then
|
||||
export CHROME_BIN="/Applications/Google Chrome.app"
|
||||
npm run test:prepare > /dev/null &
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user