Compare commits

..

4 Commits

Author SHA1 Message Date
Hermes Agent
ade931a566 test(#795): make PR diff fixtures hermetic
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
2026-07-17 12:37:10 -05:00
Hermes Agent
ba6fe5339a test(#795): enforce PR diff regressions in CI
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
2026-07-17 12:21:35 -05:00
Hermes Agent
cf8453c255 feat(#795): fetch Gitea PR head and fail closed
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
2026-07-17 11:44:07 -05:00
Hermes Agent
737c0fe674 test(#795): reproduce wrong PR diff and fail-open review 2026-07-17 11:37:58 -05:00

View File

@@ -23,9 +23,9 @@ FROM node:24-alpine
# Native toolchain required to compile node-gyp deps on musl, plus the
# postgresql-client used by the test step's pg_isready readiness probe. `bash`
# and `git` are baked here too — framework shell tests require both without
# paying for per-run package installation in ci.yml.
RUN apk add --no-cache python3 make g++ postgresql-client bash git
# is baked here too — the sanitization step in ci.yml otherwise does a per-run
# `apk add bash`.
RUN apk add --no-cache python3 make g++ postgresql-client bash
# Pin pnpm to the repo's packageManager version via corepack.
RUN corepack enable && corepack prepare pnpm@10.6.2 --activate