mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-13 16:17:54 +00:00
CI: Install Playwright browsers
This commit is contained in:
3
.github/workflows/run-single-test.yml
vendored
3
.github/workflows/run-single-test.yml
vendored
@@ -25,6 +25,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps chromium
|
||||
|
||||
- name: Run benchmark for single test
|
||||
run: npm start -- --test "${{ inputs.test_number }}"
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user