Commit Graph
6 Commits
Author SHA1 Message Date
Test c228b54fd7 ci: fix golang runner - use go 1.26, remove -mod=readonly, add go mod tidy 2026-09-05 23:28:56 -07:00
Test 956152f74f ci: add PAT token authentication for Forgejo in CI pipeline
- 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 be455dca7a fix(ci): build multiple cmd packages to directory not file
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 bb6bfd30da fix(ci): use git clone instead of Node.js actions/checkout 2026-08-22 00:47:11 -07:00
Story Crater Bot 907b641f07 fix(ci): install node in golang container for actions/checkout 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