fix:Gitea workflows
Some checks failed
CMS CI / Governance Checks (push) Failing after 56s
CMS CI / Lint Typecheck Unit E2E (push) Has been skipped
CMS CI/CD (Theoretical) / Lint Typecheck Tests (push) Failing after 37s
CMS CI/CD (Theoretical) / Build Staging Images (push) Has been skipped
CMS CI/CD (Theoretical) / Build Production Images (push) Has been skipped
CMS CI/CD (Theoretical) / Deploy Staging (Placeholder) (push) Has been skipped
CMS CI/CD (Theoretical) / Deploy Production (Placeholder) (push) Has been skipped

This commit is contained in:
2026-02-11 13:01:13 +01:00
parent 334a5e3526
commit c286c5e84b
4 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ env:
jobs:
governance:
name: Governance Checks
runs-on: ubuntu-latest
runs-on: node22-bun
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -57,7 +57,7 @@ jobs:
quality:
name: Lint Typecheck Unit E2E
needs: governance
runs-on: ubuntu-latest
runs-on: node22-bun
services:
postgres:
image: postgres:16-alpine