fix(ci): use python3 instead of python - VPS Ubuntu 24.04 has no python symlink
Deploy Dashboard (Dev) / Frontend Tests (push) Failing after 12m44s
Deploy Dashboard (Dev) / Backend Tests (push) Failing after 13m57s
Deploy Dashboard (Dev) / Build Dev Image (push) Has been skipped
Deploy Dashboard (Dev) / Deploy to Dev (push) Has been skipped

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