test: verify CI workflow with asyncpg 0.30.0
Deploy Dashboard (Dev) / Backend Tests (push) Has been cancelled
Deploy Dashboard (Dev) / Frontend Tests (push) Has been cancelled
Deploy Dashboard (Dev) / Deploy to Dev (push) Has been cancelled
Run Tests / Backend Tests (push) Failing after 46s
Run Tests / Frontend Tests (push) Failing after 1m51s
Run Tests / Test Summary (push) Failing after 19s

This commit is contained in:
Gan, Jimmy
2026-04-22 00:42:14 +08:00
parent 575804a159
commit 8b935a1e6e
+1 -1
View File
@@ -3,7 +3,7 @@ import os
from fastapi import Request
# Dashboard v1.5.1 — Testing improved CI workflows
# Dashboard v1.5.2 — Testing asyncpg fix
GITEA_URL = os.environ.get("GITEA_URL", "http://gitea:3000")
GITEA_TOKEN = os.environ.get("GITEA_TOKEN", "")