Skip to content

Commit

Permalink
BUG: Skip tests on windows due to a possible bug on jest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisPuga committed Sep 12, 2020
1 parent 1891f48 commit cfa05b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross-os-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, macos-latest]

runs-on: ${{ matrix.platform }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bin"
],
"scripts": {
"test": "jest --ci --detectOpenHandles -i",
"test": "jest --ci",
"dev": "jest --watch --coverage",
"test:integration": "jest test/integration --ci"
},
Expand Down

0 comments on commit cfa05b2

Please sign in to comment.