chore: no more distrobox for local e2e

This commit is contained in:
ramvignesh-b
2026-04-22 17:36:35 +05:30
parent 3cd516039a
commit c3a1e1e252
+1 -6
View File
@@ -59,9 +59,4 @@ mkdir -p ./tmp/logs
(cd backend && uv run manage.py serve) > ./tmp/logs/backend.log 2>&1 & (cd backend && uv run manage.py serve) > ./tmp/logs/backend.log 2>&1 &
BACKEND_PID=$! BACKEND_PID=$!
if [ "$CI" = "true" ]; then cd frontend && bun run test:e2e "$@"
cd frontend && bun run test:e2e "$@"
else
# Because playwright decided not to support Fedora :)
cd frontend && distrobox-enter --name ubuntu-24.04 -- bun run test:e2e "$@"
fi