Commit graph

4 commits

Author SHA1 Message Date
jedarden
1d0a942e2e chore(ci): disable GitHub Actions — CI/CD is handled by Argo Workflows
GH Actions are not used in this project (all CI/CD runs on Argo Workflows
in iad-ci). The acb-build WorkflowTemplate handles builds; the index-builder
handles Cloudflare Pages deploys internally via wrangler.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 08:43:22 -04:00
jedarden
f3b3940e06 fix(ci): remove references to deleted worker-api and acb-indexer directories
- Remove worker-api-tests job (worker-api/ directory was removed)
- Remove indexer-tests job (cmd/acb-indexer/ was removed, replaced by Go acb-index-builder)
- Add cmd tests to go-tests job to run all Go tests
- Add lint and type check steps to web-build job
2026-04-08 17:26:27 -04:00
jedarden
9426be7801 feat(ci): add Cloudflare Pages deployment workflow
- Add GitHub Actions workflow for automatic deployment to Cloudflare Pages
- Deploys on push to master/main when web/ directory changes
- Uses cloudflare/pages-action for deployment
- Project name: ai-code-battle

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 16:46:46 -04:00
jedarden
4ac250a657 Add GitHub Actions CI workflow for automated testing and builds
- Runs Go engine tests with race detector on every push/PR
- Runs TypeScript tests for worker-api and indexer
- Builds web app and uploads artifacts
- Builds all Go CLI tools (acb-local, acb-mapgen, acb-worker)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 10:54:43 -04:00