From: Haoqun Jiang Date: Tue, 28 Feb 2023 11:32:57 +0000 (+0800) Subject: ci: remove the CYPRESS_INSTALL_BINARY env variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90529295ceb0802ebc3cbc0343b846cab97cda64;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: remove the CYPRESS_INSTALL_BINARY env variable --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55ae3469..05cf4360 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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