╔══════════════════════════════════════╗ ║ custom-ci test runner ║ ╚══════════════════════════════════════╝ 📦 Cloning https://github.com/nad279444/custom-ci.git 📌 Commit: bfe2ceac Cloning into 'repo'... ── Checking out bfe2ceac ── Note: switching to 'bfe2ceace541de3d2a78a3823efbdbd123aea882'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c <new-branch-name> Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at bfe2cea add tests for dispatcher, runner and ui ── Downloading dependencies ── go: error reading go.mod: missing module declaration. To specify the module path: go mod edit -module=example.com/mod ⚠️ go mod download warning: exit status 1 ── Running go vet ── go: error reading go.mod: missing module declaration. To specify the module path: go mod edit -module=example.com/mod ⚠️ go vet found issues: exit status 1 ── Running go test ./... ── go: error reading go.mod: missing module declaration. To specify the module path: go mod edit -module=example.com/mod ❌ TESTS FAILED