Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3def8a9

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

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.