ci: add sll support and enhance e2e workflow

This commit is contained in:
ramvignesh-b
2026-04-17 01:22:03 +05:30
parent f5757b47de
commit c40e3d20cb
21 changed files with 368 additions and 162 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
(podman compose up -d) &
(cd backend && uv run manage.py runserver) &
(cd backend && uv run manage.py serve) &
(cd frontend && bun run dev)