courgette/README.md

19 lines
617 B
Markdown
Raw Permalink Normal View History

# Courgette
2024-08-01 22:39:45 +00:00
## Overview
Courgette is a homegrown Forgejo/Act compatible runner (or aspires to be someday).
2024-08-03 18:01:21 +00:00
## Featureset
The first goal of this project is to reach feature parity with Github Actions's offering (see [the feature support
tracker](./WORKFLOW_SUPPORT.md)).
Once this is achieved, extensions to the format will be considered to enhance the design and fix design flaws of the original spec.
## Testing
Certain tests are gated behind environment flags due to their dependencies (skipped by default):
- Defining `PODMAN_TESTS=1` will include Podman-dependent integration tests for the Podman driver.