Skip to content

Commit 4d2424a

Browse files
committed
chore: temp disable windows CI tests
1 parent 5a9b624 commit 4d2424a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests-entry.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
monorepo:
2020
strategy:
2121
matrix:
22-
os: [ ubuntu-latest, macos-latest, windows-latest ]
22+
# FIXME Windows tests are not terminating, and GH CI terminates them after many hours
23+
os: [ ubuntu-latest, macos-latest ]
24+
# os: [ ubuntu-latest, macos-latest, windows-latest ]
2325
node: [ 20 ]
2426
fail-fast: false
2527

0 commit comments

Comments
 (0)