fix(ci): annotate Windows Git regression job

This commit is contained in:
marius-kilocode
2026-08-27 10:21:47 +02:00
parent 1c7cbe7123
commit e0d08fd184
+2
View File
@@ -54,6 +54,7 @@ jobs:
working-directory: packages/kilo-vscode
run: bun run check-kilocode-change
# kilocode_change start
configured-git:
name: configured Git executable
runs-on: blacksmith-4vcpu-windows-2025
@@ -81,3 +82,4 @@ jobs:
- name: Run Windows project discovery regression
working-directory: packages/kilo-vscode
run: bun test tests/unit/agent-project-messages.test.ts --test-name-pattern "configured Git executable" --timeout 120000
# kilocode_change end