fix: scope integration.yml to ./internal/cmd/... only
The integration.yml was running ./... which includes beads tests that require database initialization. Changed to match ci.yml's scope of ./internal/cmd/... which contains the actual integration tests. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -42,4 +42,4 @@ jobs:
|
||||
run: go build -v ./cmd/gt
|
||||
|
||||
- name: Run integration tests
|
||||
run: go test -v -tags=integration -timeout=4m ./...
|
||||
run: go test -v -tags=integration -timeout=4m ./internal/cmd/...
|
||||
|
||||
Reference in New Issue
Block a user