]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: fix cypress installation issue on CI
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 6 Feb 2025 16:20:31 +0000 (00:20 +0800)
committerCédric Exbrayat <cexbrayat@users.noreply.github.com>
Thu, 6 Feb 2025 19:07:23 +0000 (20:07 +0100)
.github/workflows/ci.yml

index c1e4838f642df63dc2fda373258ef9c10007e73b..d62493186b2357602e9c57b3f761f9ce0ba8f0b7 100644 (file)
@@ -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