Skip to content

Commit e8be640

Browse files
committed
chore: disable windows ci
1 parent e6f2fa1 commit e8be640

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ jobs:
6262
strategy:
6363
matrix:
6464
node: [16.x, 18.x]
65-
os: [ubuntu-latest, windows-latest, macos-latest]
65+
# Disable Windows because it is quite slow (test timeout)
66+
# os: [ubuntu-latest, windows-latest, macos-latest]
67+
os: [ubuntu-latest, macos-latest]
6668
fail-fast: false
6769

6870
steps:

0 commit comments

Comments
 (0)