Skip to content

Commit

Permalink
tmp(tests): Adjust settings to diagnose test failures
Browse files Browse the repository at this point in the history
Increase loglevel and turn off fast-fail, to try to diagnose
test failures on node v18.
  • Loading branch information
cpcallen committed Nov 16, 2022
1 parent f34e4de commit c5f4689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
# TODO (#2114): re-enable osx build.
# os: [ubuntu-latest, macos-latest]
Expand Down
2 changes: 1 addition & 1 deletion tests/mocha/run_mocha_tests_in_browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function runMochaTestsInBrowser() {
services: [
['selenium-standalone']
],
logLevel: 'warn'
logLevel: 'debug'
};
// Run in headless mode on Github Actions.
if (process.env.CI) {
Expand Down

0 comments on commit c5f4689

Please sign in to comment.