CI: Install Playwright browsers

This commit is contained in:
2025-11-27 10:39:22 -08:00
parent 065e9ab2a0
commit 6c4ec6c1f0

View File

@@ -19,6 +19,9 @@ jobs:
- name: Install dependencies
run: npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium
- name: Run benchmark script
run: npm start
env: