9 Commits
Author SHA1 Message Date
Test a6f8d47a23 ci: add go mod download to resolve dependencies
ci / test (push) Failing after 1m41s
Build & Push Workflows Image / build-push (push) Failing after 27s
2026-09-05 14:05:30 -07:00
Test 5b5880c6e4 ci: use golang runner for Go project
ci / test (push) Failing after 1m54s
Build & Push Workflows Image / build-push (push) Failing after 27s
2026-09-05 13:52:18 -07:00
Test 3480d6c2cc ci: fix runner to use node-labeled runner for Docker builds
Build & Push Workflows Image / build-push (push) Failing after 40s
ci / test (push) Failing after 2m14s
2026-09-05 13:50:35 -07:00
Test 330bf639cd ci: add Forgejo CI/CD workflow for workflows image build & push
Build & Push Workflows Image / build-push (push) Failing after 27s
ci / test (push) Failing after 1m54s
2026-09-05 13:47:27 -07:00
Test e3a5e571bf ci: add PAT token authentication for Forgejo in CI pipeline
ci / test (push) Successful in 50s
- Configure git with oauth2 authentication using REGISTRY_PAT token
- Enables private module access and authenticated requests
- Integration tests now run in CI with proper authentication
- Graceful test fallback: tests run if Temporal accessible, skip if not
- Update TEMPORAL_USAGE.md documentation accordingly
2026-08-23 16:28:02 -07:00
Story Crater Bot b2f0c129a2 fix(ci): build multiple cmd packages to directory not file
ci / test (push) Successful in 44s
go build -o flag with ./cmd/... builds multiple binaries. The -o path
must be a directory when building multiple packages, not a file.
2026-08-22 01:04:41 -07:00
Story Crater Bot 69c717a851 fix(ci): use git clone instead of Node.js actions/checkout
ci / test (push) Failing after 34s
2026-08-22 00:47:11 -07:00
Story Crater Bot fc29a7db53 fix(ci): install node in golang container for actions/checkout
ci / test (push) Failing after 4s
2026-08-22 00:45:39 -07:00
Story Crater Bot 30a7f4fec6 ci(main): add Go test and build workflow
ci / test (push) Failing after 45s
2026-08-21 21:23:40 -07:00