Skip to content

Commit b35c83b

Browse files
davdhacsclaude
andcommitted
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

File tree

.github/workflows/PR.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ jobs:
243243
uses: cypress-io/github-action@v6
244244
with:
245245
working-directory: go/src/github.com/stackrox/infra/ui
246+
install: false
246247
start: npm run start
247248
wait-on: 'http://localhost:3001'
248249
wait-on-timeout: 60

0 commit comments

Comments
 (0)