ci: Don't test web build on Windows

For unknown reasons, tests on the Windows web build continue to be
flaky on GitHub CI. Disable them for now. Tests continue to be run
on Ubuntu.
This commit is contained in:
Mike Welsh 2022-05-06 13:09:03 -07:00
parent 82ed6fcba7
commit 85e98cc1cc
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ jobs:
run: npm run lint
- name: Run tests
# MIKE: Don't run web tests on Windows because it's flaky for unknown reasons. :-(
if: runner.os == 'Linux'
working-directory: web
run: npm test