diff --git a/.github/workflows/test_web.yml b/.github/workflows/test_web.yml index 055df888f..677d09f2f 100644 --- a/.github/workflows/test_web.yml +++ b/.github/workflows/test_web.yml @@ -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