mirror of
https://github.com/prymitive/karma
synced 2026-05-29 05:13:06 +00:00
fix(ci): install playwright
This commit is contained in:
4
.github/workflows/node-maintenance.yml
vendored
4
.github/workflows/node-maintenance.yml
vendored
@@ -24,6 +24,10 @@ jobs:
|
||||
- name: Rebuild react app
|
||||
run: make -C ui build
|
||||
|
||||
- name: Install Playwright browsers
|
||||
run: npx playwright install --with-deps
|
||||
working-directory: ui
|
||||
|
||||
- name: Update snapshots
|
||||
run: make -C ui update-snapshots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user