fix: ci
Some checks failed
CI / test (push) Failing after 22s
CI / security (push) Failing after 26s
CI / docker-build (push) Has been skipped

This commit is contained in:
2025-08-14 14:35:24 +02:00
parent 788d500821
commit b21f334701
11 changed files with 181 additions and 274 deletions

View File

@@ -35,6 +35,14 @@ test-unit:
test-e2e:
bun run test:e2e
# Install Playwright browsers
install-browsers:
bunx playwright install
# Install Playwright system dependencies (requires sudo)
install-deps:
bunx playwright install-deps
# Run tests in watch mode
test-watch:
bun run test:unit --watch
@@ -116,4 +124,4 @@ report:
bun run build --reporter=verbose
echo ""
echo "📦 Build artifacts:"
ls -la build/
ls -la build/