mirror of
https://github.com/google/blockly.git
synced 2026-06-15 23:55:14 +02:00
chore: make ci more robust, fix stack overflow and import problem (#9948)
* chore: add additional logging to CI to catch circular deps and exit mocha on failure * chore: fix blockly import * chore: format * chore: increase webdriver timeout to allow longer tests * fix: stack overflow if a sound is missing * chore: dont fail for any console errors * chore: needs more timeout * chore: run mocha in a subprocess * chore: fix chromedriver cache issues * chore: remove bad error condition
This commit is contained in:
@@ -43,6 +43,10 @@ jobs:
|
||||
- name: Npm Clean Install
|
||||
run: npm ci
|
||||
|
||||
- name: Setup Chrome
|
||||
if: runner.os == 'Linux'
|
||||
uses: browser-actions/setup-chrome@v1
|
||||
|
||||
- name: Linux Test Setup
|
||||
if: runner.os == 'Linux'
|
||||
run: source ./tests/scripts/setup_linux_env.sh
|
||||
|
||||
Reference in New Issue
Block a user