CI/CD: server build & test workflow (Forgejo Actions) #42

Open
opened 2026-06-06 16:42:52 +00:00 by sickday · 0 comments
Owner

Add a .forgejo/workflows/ pipeline for the server that runs the full CI bar on push/PR — mix format --check-formatted, mix credo --strict, mix dialyzer, and MIX_ENV=test mix test --no-start — then builds a release artifact. Implements the gate defined in #36 as an executable Forgejo Actions workflow, and shares the runner stood up in the Client repo's CI/CD setup issue.

Source: new (CD sprint); CLAUDE.md CI Compliance; complements #36.

Add a `.forgejo/workflows/` pipeline for the server that runs the full CI bar on push/PR — `mix format --check-formatted`, `mix credo --strict`, `mix dialyzer`, and `MIX_ENV=test mix test --no-start` — then builds a release artifact. Implements the gate defined in #36 as an executable Forgejo Actions workflow, and shares the runner stood up in the Client repo's CI/CD setup issue. **Source:** new (CD sprint); `CLAUDE.md` CI Compliance; complements #36.
sickday added this to the v1 milestone 2026-06-06 16:42:52 +00:00
Sign in to join this conversation.
No description provided.