Skip to content

Commit

Permalink
remove windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Sep 23, 2022
1 parent ff02f01 commit 4b50495
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows-source/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
needs: build
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest] # windows-latest not working with jest
node_version: ['18']
include:
- os: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest
node_version:
- '18'
include:
Expand Down

0 comments on commit 4b50495

Please sign in to comment.