Archived
This repository has been archived on 2026-09-03 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
d570e3579b0872080e1a45e759dd6128eec8ca31
build-and-publish / build (push) Successful in 1m42s
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
Description
website for reformed witness network
404 KiB
Languages
TypeScript
50.4%
Java
33.6%
CSS
7.2%
Dockerfile
5.7%
HTML
3.1%