Skip to content

Commit 3def8a9

Browse files
haoqunjiangcexbrayat
authored andcommitted
ci: fix cypress installation issue on CI
1 parent 34b948e commit 3def8a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ jobs:
118118
- name: Install dependencies in playground
119119
working-directory: ./playground
120120
run: pnpm install --no-frozen-lockfile
121+
env:
122+
# Skip Cypress installation temporarily, we'll install it later with cache
123+
CYPRESS_INSTALL_BINARY: 0
121124

122125
# https://github.com/vitejs/vite/blob/main/.github/workflows/ci.yml#L62
123126
# Install playwright's binary under custom directory to cache

0 commit comments

Comments
 (0)