We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b948e commit 3def8a9Copy full SHA for 3def8a9
.github/workflows/ci.yml
@@ -118,6 +118,9 @@ jobs:
118
- name: Install dependencies in playground
119
working-directory: ./playground
120
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
124
125
# https://github.com/vitejs/vite/blob/main/.github/workflows/ci.yml#L62
126
# Install playwright's binary under custom directory to cache
0 commit comments