CI Integration
Add e2e.yaml to any repository and one step to any workflow:
# .github/workflows/ci.yml
- uses: orkspace/orkestra-action@v1
with:
validate: true
e2e: true # runs ork e2e before anything else
# or point at an explicit file:
# e2e: ./e2e.yaml
The action installs ork, validates the spec, spins up an ephemeral kind cluster, runs the assertions, and tears everything down. Your real cluster is never touched. No other tooling required.
The path to “every published artifact has a verification badge” is: add e2e.yaml, add one step to the workflow, done.
→ Schema reference: spec.custom