ci(app): install playwright browsers before app vitest run

packages/app's vitest config has a browser project backed by playwright
+ chromium; the app-tests job needs the browsers installed the same way
the playwright job already does.
This commit is contained in:
Mohamed Boudra
2026-04-21 21:53:23 +07:00
parent ae2a301cb6
commit abaa29e73c

View File

@@ -132,6 +132,9 @@ jobs:
- name: Install dependencies
run: npm install
- name: Install Playwright browsers
run: npx playwright install --with-deps chromium
- name: Build highlight dependency
run: npm run build --workspace=@getpaseo/highlight