Phase 8: Gitea CI — runner probe + PR gating jobs (fast-checks + api) #3

Merged
luckberg merged 66 commits from gsd/phase-08-gitea-ci into main 2026-06-11 16:11:42 -04:00
Showing only changes of commit 71c89093b1 - Show all commits
+2 -2
View File
@@ -265,8 +265,8 @@ jobs:
DB_NAME: familysync
# Upload traces/screenshots/videos on failure for debugging (D-06).
# MUST use ChristopherHX/gitea-upload-artifact@v4 — actions/upload-artifact@v4 detects
# Gitea as GHES and aborts (Pitfall 6 / D-PROBE-06).
# MUST use ChristopherHX/gitea-upload-artifact@v4 — the standard upload-artifact action
# detects Gitea as GHES and aborts (Pitfall 6 / D-PROBE-06).
- name: Upload Playwright test artifacts
if: failure()
uses: https://github.com/ChristopherHX/gitea-upload-artifact@v4