test: verify CI workflow improvements
Deploy Dashboard (Dev) / Backend Tests (push) Failing after 1m48s
Deploy Dashboard (Dev) / Frontend Tests (push) Failing after 47s
Deploy Dashboard (Dev) / Deploy to Dev (push) Has been skipped
Run Tests / Backend Tests (push) Failing after 46s
Run Tests / Frontend Tests (push) Failing after 5m27s
Run Tests / Test Summary (push) Failing after 23s
Deploy Dashboard (Dev) / Backend Tests (push) Failing after 1m48s
Deploy Dashboard (Dev) / Frontend Tests (push) Failing after 47s
Deploy Dashboard (Dev) / Deploy to Dev (push) Has been skipped
Run Tests / Backend Tests (push) Failing after 46s
Run Tests / Frontend Tests (push) Failing after 5m27s
Run Tests / Test Summary (push) Failing after 23s
Simple version bump to test: - Tests run before deploy - Deploy only happens if tests pass - Health checks verify deployment
This commit is contained in:
@@ -3,7 +3,7 @@ import os
|
||||
|
||||
from fastapi import Request
|
||||
|
||||
# Dashboard v1.5 — File downloads fixed, CI workflows improved
|
||||
# Dashboard v1.5.1 — Testing improved CI workflows
|
||||
|
||||
GITEA_URL = os.environ.get("GITEA_URL", "http://gitea:3000")
|
||||
GITEA_TOKEN = os.environ.get("GITEA_TOKEN", "")
|
||||
|
||||
Reference in New Issue
Block a user