Skip to content

Commit ee20fc7

Browse files
committed
Updates
1 parent 0472720 commit ee20fc7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,13 @@ jobs:
6565

6666
- name: npm run postinstall
6767
run: npm run postinstall
68+
69+
- name: Install Playwright browsers (if needed)
70+
run: |
71+
if [ -d "node_modules/playwright" ]; then
72+
echo "Installing Playwright browsers..."
73+
npx playwright install --with-deps
74+
else
75+
echo "Playwright not found, skipping browser installation"
76+
fi
77+
continue-on-error: true

0 commit comments

Comments
 (0)