From 90529295ceb0802ebc3cbc0343b846cab97cda64 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 28 Feb 2023 19:32:57 +0800 Subject: [PATCH] ci: remove the CYPRESS_INSTALL_BINARY env variable --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.5