Skip to content

Commit 3bc0757

Browse files
justin808claude
andcommitted
Install yalc globally in Playwright CI workflow
The dummy app's preinstall script requires yalc to be available globally to link the local react-on-rails package during yarn install. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2e0f988 commit 3bc0757

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
node-version: '20'
2323
cache: 'yarn'
2424

25+
- name: Install yalc globally
26+
run: npm install -g yalc
27+
2528
- name: Install root dependencies
2629
run: yarn install
2730

0 commit comments

Comments
 (0)