Commit Graph
5 Commits
Author SHA1 Message Date
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