CI: Install Playwright browsers

This commit is contained in:
2025-11-27 10:39:29 -08:00
parent 6c4ec6c1f0
commit 19a8ea75f8

View File

@@ -25,6 +25,9 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium
- name: Run benchmark for single model - name: Run benchmark for single model
run: npm start -- --model "${{ inputs.model_name }}" run: npm start -- --model "${{ inputs.model_name }}"
env: env: