Fix e2e pipelines (#654)

This commit is contained in:
Flaminel authored and GitHub committed 2026-07-04 03:12:43 +03:00
1 parent 65afcaf3a4
commit d34ddb841d
1 file changed
+2 -1
+2 -1
View File
@@ -71,7 +71,8 @@ jobs:
- name: Install Playwright browsers
working-directory: e2e
run: npx playwright install --with-deps chromium
timeout-minutes: 5
run: npx playwright install chromium
- name: Wait for Keycloak
run: |