shinkan-jinkendo/.gitea/workflows
Lars 32f716304e
Some checks failed
Deploy Development / deploy (push) Successful in 36s
Test Suite / lint-backend (push) Successful in 0s
Test Suite / build-frontend (push) Successful in 5s
Test Suite / playwright-tests (push) Failing after 35s
fix: Install Playwright with system dependencies
Problem: Tests schlagen fehl mit 'Chromium distribution not found'

Lösung: npx playwright install --with-deps chromium
(installiert Chromium + alle benötigten System-Libraries)

Vorher: npx playwright install chromium (nur Browser, keine Deps)
Nachher: npx playwright install --with-deps chromium (Browser + Deps)
2026-04-22 17:14:48 +02:00
..
deploy-dev.yml fix: Use direct deployment instead of SSH action 2026-04-21 14:41:29 +02:00
deploy-prod.yml fix: Use direct deployment instead of SSH action 2026-04-21 14:41:29 +02:00
test.yml fix: Install Playwright with system dependencies 2026-04-22 17:14:48 +02:00