Skip to content

Commit

Permalink
Temporarily disable tests on Windows because they get stuck forever i…
Browse files Browse the repository at this point in the history
…n the first test
  • Loading branch information
pokusew committed Feb 23, 2020
1 parent 7cb0991 commit fc540b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit fc540b5

Please sign in to comment.