Skip to content

Commit a04f523

Browse files
kylemclarenclaude
andcommitted
Fix: Install Cypress binary in CI workflow
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 707eb42 commit a04f523

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/fly-preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
- name: Install dependencies
9797
run: pnpm install --frozen-lockfile
9898

99+
- name: Install Cypress binary
100+
run: pnpm cypress install
101+
99102
- name: Wait for preview to be ready
100103
run: |
101104
echo "Waiting for preview deployment to be ready..."

0 commit comments

Comments
 (0)