From 8c94682e62f8e970182c15236434d7dea68f25f8 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Sun, 26 Dec 2021 19:56:26 +0800 Subject: [PATCH] ci: turn off windows CI for now --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d9bdcb6..15ea051d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: -- 2.39.5