From 1764c434be5a80b0cc5bfdede9bfa88fabcfbf45 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Wed, 19 Jan 2022 20:36:12 +0800 Subject: [PATCH] ci: re-enable windows CI now that we have supported Vitest --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 685f920f..45d6bf5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,11 +16,7 @@ jobs: os: - ubuntu-latest - macos-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 + - windows-latest node-version: - 16 include: -- 2.39.5