gendesign/.forgejo/workflows
lekss361 72b1e18d2a fix(ci): drop --frozen in tradein test job (uv.lock is gitignored)
The #666 pytest gate ran `uv sync --frozen`, but tradein-mvp/backend/uv.lock
is gitignored → absent in a fresh CI checkout → 'Unable to find lockfile…
--frozen was provided' → test job failed → build+deploy skipped (deploy still
blocked after the PEP668 uv-install fix). Resolve from pyproject.toml instead
(uv sync, dev group included), matching the Dockerfile's `uv sync --no-dev`.
2026-05-30 00:21:07 +03:00
..
deploy-tradein.yml fix(ci): drop --frozen in tradein test job (uv.lock is gitignored) 2026-05-30 00:21:07 +03:00
deploy.yml fix(deploy): resolve FDW bootstrap race + extract bootstrap DO block to .sql file (#499) 2026-05-24 09:46:00 +00:00
stale-claims.yml fix(stale-claims): avoid SIGPIPE 141 — pass file path не pipe 2026-05-28 01:05:56 +03:00