]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: turn off windows CI for now
authorHaoqun Jiang <haoqunjiang@gmail.com>
Sun, 26 Dec 2021 11:56:26 +0000 (19:56 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Sun, 26 Dec 2021 11:56:26 +0000 (19:56 +0800)
.github/workflows/ci.yml

index 5d9bdcb6de201f31d354fdbb1bf8f96014439e1f..15ea051d8153c20b014c00a37539835753d89f1c 100644 (file)
@@ -16,7 +16,11 @@ jobs:
         os:
           - ubuntu-latest
           - macos-latest
-          - windows-latest
+          # Cypress Component Testing with Vite cannot run successfully
+          # on Windows **CI** machines, due to resource restraints, this is a known issue.
+          # So we'll just test it locally.
+          # Later when Vitest becomes stable, we may switch to that for unit testing.
+          # - windows-latest
         node-version:
           - 16
         include: