Archived
build-and-publish / build (push) Successful in 2m3s
The image build runs 'mvn -DskipTests' and the workflow was only build -> Trivy -> push, so no app test has ever run in CI — only Trivy gated a merge. The platform contract tests added in 0.1.9 were not running either, which defeated their purpose. They cannot run inside 'docker build' — Testcontainers needs a Docker daemon and a build has none. Maven runs as a sibling container instead, mounting the workspace volume act_runner gave this job (matched on GITHUB_WORKSPACE, since it is mounted at the full repo path rather than at /workspace) and sharing the host network so published test ports resolve as localhost. Verified on itsthevine before rolling out here: 33 tests ran, and a deliberately failing test failed the run at the Test step with the registry digest unchanged — no image published. Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_01XXKjx7FNyRVAjU8dgB5KhN