From: Haoqun Jiang Date: Sun, 26 Dec 2021 11:56:26 +0000 (+0800) Subject: ci: turn off windows CI for now X-Git-Tag: v3.0.4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c94682e62f8e970182c15236434d7dea68f25f8;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: turn off windows CI for now --- 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: