Skip to content

Commit 8c94682

Browse files
committed
ci: turn off windows CI for now
1 parent dfb7c2e commit 8c94682

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ jobs:
1616
os:
1717
- ubuntu-latest
1818
- macos-latest
19-
- windows-latest
19+
# Cypress Component Testing with Vite cannot run successfully
20+
# on Windows **CI** machines, due to resource restraints, this is a known issue.
21+
# So we'll just test it locally.
22+
# Later when Vitest becomes stable, we may switch to that for unit testing.
23+
# - windows-latest
2024
node-version:
2125
- 16
2226
include:

0 commit comments

Comments
 (0)