]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: remove the CYPRESS_INSTALL_BINARY env variable
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 28 Feb 2023 11:32:57 +0000 (19:32 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 28 Feb 2023 11:32:57 +0000 (19:32 +0800)
.github/workflows/ci.yml

index 55ae34695cd35e1d4a56c864f6f0cc85154b805b..05cf4360e7315e90fc6ab4ed24667d8a32671af8 100644 (file)
@@ -115,9 +115,6 @@ jobs:
       - name: Build the package on cache miss
         if: steps.cache-restore.outputs.cache-hit != 'true'
         run: pnpm install && pnpm build
-        env:
-          # The main project doesn't need Cypress binaries
-          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