Commit b35c83b
Skip dependency install in cypress-io/github-action
The action was trying to use yarn with the yarn.lock file, which
has syntax errors. Since we already installed dependencies with
npm install --legacy-peer-deps in the previous step, we can skip
the install by setting install: false.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 1c6645a commit b35c83b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| 246 | + | |
246 | 247 | | |
247 | 248 | | |
248 | 249 | | |
| |||
0 commit comments