chore(ci): annotate macOS exerciser condition

This commit is contained in:
marius-kilocode
2026-06-23 10:51:27 +02:00
parent fd6a656973
commit 784b5b8839
+1 -1
View File
@@ -83,7 +83,7 @@ jobs:
KILO_EXPERIMENTAL_DISABLE_FILEWATCHER: ${{ runner.os == 'Windows' && 'true' || 'false' }}
- name: Run HttpApi exerciser gates
if: runner.os != 'Windows'
if: runner.os != 'Windows' # kilocode_change
working-directory: packages/opencode
run: bun run test:httpapi