Add Forgejo Actions CI workflow #25
No reviewers
Labels
No labels
area:ai
area:ci-cd
area:notifications
area:observability
area:public-pages
backlog
bug
duplicate
enhancement
help wanted
invalid
question
type:decision
type:feature
type:infra
type:maintenance
type:security
v1.0.1
v1.1.0
v1.2.0
v1.3.0
v2.0.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rbrooks/WeatherBot!25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/forgejo-actions"
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?
Adds
.forgejo/workflows/ci.ymlto run the test suite on every push and PR tomain.Pipeline
pip install -r requirements-test.txtpython -m compileall apppytest -qTests use in-memory SQLite (aiosqlite) via the conftest JSONB→JSON patch, so no Postgres service container is required.
This PR also dogfoods the workflow — the CI check on this PR is the first run.
Follow-ups (not in this PR)
testcheck required for merge tomainonce it has run green here.patch/pin/digestdev-dependency updates now that a CI gate exists.Closes #3