Document Gitea Actions CI
CI / test (push) Successful in 29s

This commit is contained in:
Joe Julian
2026-03-28 13:42:59 -07:00
parent d10342821e
commit 36af73a209
+11
View File
@@ -40,6 +40,17 @@ go test ./...
PRINT_REPORT=true SEND_EMAIL=false ALMA_CREDS_FILE=/path/to/alma.creds go run .
```
## CI
This repo includes a Gitea Actions workflow in `.gitea/workflows/ci.yaml`.
It runs on pushes to `main` and pull requests, and currently:
- runs `go test ./...`
- runs `go build .`
The workflow expects a runner with the `ubuntu-latest` label. The cluster runner deployed for this repo provides that label.
## Container
Build: