fix(ci): install playwright

This commit is contained in:
Łukasz Mierzwa
2026-03-07 14:36:53 +00:00
committed by GitHub
parent a43ddabcdd
commit 2db69d4c64

View File

@@ -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