Skip to content

Commit 1764c43

Browse files
committed
ci: re-enable windows CI now that we have supported Vitest
1 parent f99eb7e commit 1764c43

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ jobs:
1616
os:
1717
- ubuntu-latest
1818
- macos-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
19+
- windows-latest
2420
node-version:
2521
- 16
2622
include:

0 commit comments

Comments
 (0)