CI/CD: server build & test workflow (Forgejo Actions) #42
Labels
No labels
bug
ci-cd
client
epic:security-hardening
feature
optimization
priority:high
priority:low
priority:medium
server
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
BlackLobster/Server#42
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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, andMIX_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); complements #36.