Temporarily disable tests on Windows because they get stuck forever in the first test
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -23,3 +23,5 @@ jobs:
|
||||
run: npm install --verbose
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
# TODO: enable once tests do not get stuck on Windows
|
||||
if: matrix.os != 'windows-latest'
|
||||
|
||||
Reference in New Issue
Block a user