@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user