From: Haoqun Jiang Date: Thu, 6 Feb 2025 16:20:31 +0000 (+0800) Subject: ci: fix cypress installation issue on CI X-Git-Tag: v3.14.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3def8a9685d2bbfa88886c51735dc6d6847041d9;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: fix cypress installation issue on CI --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1e4838f..d6249318 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,6 +118,9 @@ jobs: - name: Install dependencies in playground working-directory: ./playground run: pnpm install --no-frozen-lockfile + env: + # Skip Cypress installation temporarily, we'll install it later with cache + CYPRESS_INSTALL_BINARY: 0 # https://github.com/vitejs/vite/blob/main/.github/workflows/ci.yml#L62 # Install playwright's binary under custom directory to cache