fix(ci): remove --timeout flag from pytest (not compatible with installed version)
Deploy Dashboard (Dev) / Backend Tests (push) Successful in 1m27s
Deploy Dashboard (Dev) / Deploy to Dev (push) Has been cancelled
Deploy Dashboard (Dev) / Frontend Tests (push) Has been cancelled
Deploy Dashboard (Dev) / Build Dev Image (push) Has been cancelled

This commit is contained in:
Gan, Jimmy
2026-06-07 12:04:29 +08:00
parent 5c5ae99e79
commit 98510cb707
+1 -1
View File
@@ -88,7 +88,7 @@ jobs:
run: |
cd dashboard/backend
. venv/bin/activate
python3 -m pytest tests/ -v --timeout=60
python3 -m pytest tests/ -v
if [ $? -ne 0 ]; then
echo "❌ Backend tests failed!"
exit 1