1
0
Fork 0
mirror of https://github.com/imjasonh/badidea synced 2026-07-07 00:22:58 +00:00
badidea/.github/workflows
Claude ecbd81c3ec
add CI workflow with unit and integration test jobs
Adds .github/workflows/ci.yml that runs on PRs to main with two jobs:
- unit-tests: runs standard go test
- integration-tests: provisions a kind cluster via helm/kind-action,
  then runs the integration tests against it

Also updates integration tests to accept KIND_CLUSTER_NAME env var to
reuse a pre-existing cluster instead of creating one (for CI).

https://claude.ai/code/session_01HUcGZ9ZbenbwKJp6oWKEtr
2026-03-27 21:26:22 +00:00
..
ci.yml add CI workflow with unit and integration test jobs 2026-03-27 21:26:22 +00:00